Creating a Login / Registration Page

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default Creating a Login / Registration Page

    Can someone please direct me to an article, website or any other data which
    will help me with this topic:

    I have a family website and my wife wants to add a simple layer of protection
    to keep out non-family & friends. I'd like to add a simple register feature
    that you see on many websites today.
    1. if you are a returning user, enter your username and password
    2. if you are new, you need to register, and that will send an email to me and
    I will manually add them to the authorized user lists.
    3. cookies to remember user names and passwords would also be nice.

    Any help is greatly appreciated.

    Mark

    Marco2005 Guest

  2. Similar Questions and Discussions

    1. creating user registration
      Hi I have to create a user registration form, when user submits his form , i am calling a server function, in which i am checking whether login...
    2. PHP Login/Registration question
      Hey Everyone, I have a question regarding a registration and login for a website, I am a developing a website that needs to have the following...
    3. Creating a Login Page
      I'm using DW to create a CFLogin using the User Authentication" server behavior. When testing it keeps sending me to the login failed page I...
    4. Registration and Login Pages
      I am attempting to create a registration page and login page for the visitors to my website. I want it so that you must have a user ID and password...
    5. Have website login form check a forum database to verify registration
      I need help with having a Login Form on a website that goes to a member only section, to beable to check my forum database so that when people...
  3. #2

    Default Creating a Login / Registration Page

    Can someone please direct me to an article, website or any other data which
    will help me with this topic:

    I have a family website and my wife wants to add a simple layer of protection
    to keep out non-family & friends. I'd like to add a simple register feature
    that you see on many websites today.
    1. if you are a returning user, enter your username and password
    2. if you are new, you need to register, and that will send an email to me and
    I will manually add them to the authorized user lists.
    3. cookies to remember user names and passwords would also be nice.

    Any help is greatly appreciated.

    Mark

    Marco2005 Guest

  4. #3

    Default Re: Creating a Login / Registration Page

    "Marco2005" wrote:
    > Can someone please direct me to an article, website or any other data
    which
    > will help me with this topic:
    >
    > I have a family website and my wife wants to add a simple layer of
    protection
    > to keep out non-family & friends. I'd like to add a simple register
    feature
    > that you see on many websites today.
    > 1. if you are a returning user, enter your username and password
    > 2. if you are new, you need to register, and that will send an email to
    me and
    > I will manually add them to the authorized user lists.
    > 3. cookies to remember user names and passwords would also be nice.
    >
    > Any help is greatly appreciated.
    >
    > Mark

    Maybe you can find something to use on this great site with a lot of
    tutorials [url]http://www.webthang.co.uk/default.asp[/url]

    /Tine


    Tine Müller Guest

  5. #4

    Default Re: Creating a Login / Registration Page

    Depending if you are using a Server side language or static pages will depend
    on your solution.

    If you intend using a database to store the details, then Dreamweaver has
    inbuilt behaviours to set up Login, and a registeration page is simply a form
    sent to a page with email script to grab the form details and send onto you.

    You could to save yourself some time, have the Form insert into the database,
    but set to UnConfirmed status, and have the Login page check the Account
    Status, which you could Authorise or Decline in your admin page.

    Cookie's are simple enough to set for this, there are a number of tutorials
    out there for this, I believe Jules have one at charon.co.uk.

    If you are using Static pages, then I believe you can use a text file or even
    simply have the hosting company protect the folder with a password, and you
    give that password to those you want to access that folder.

    If you would like any help, and wish to use ASP, please do contact me via my
    website ([url]www.cgw3.co.uk/contactus[/url]) I would be more then happy to help in any
    way.

    I have a tutorial on setting up the Dreamweaver Login behaviour with database
    at [url]http://www.cgw3.co.uk/tutorials/list.asp?CategoryID=3[/url]


    Originally posted by: Marco2005
    Can someone please direct me to an article, website or any other data which
    will help me with this topic:

    I have a family website and my wife wants to add a simple layer of protection
    to keep out non-family & friends. I'd like to add a simple register feature
    that you see on many websites today.
    1. if you are a returning user, enter your username and password
    2. if you are new, you need to register, and that will send an email to me and
    I will manually add them to the authorized user lists.
    3. cookies to remember user names and passwords would also be nice.

    Any help is greatly appreciated.

    Mark



    CarlGrint Guest

  6. #5

    Default Re: Creating a Login / Registration Page

    Originally posted by: Newsgroup User
    "Marco2005" wrote:
    > Can someone please direct me to an article, website or any other data
    which
    > will help me with this topic:
    >
    > I have a family website and my wife wants to add a simple layer of
    protection
    > to keep out non-family & friends. I'd like to add a simple register
    feature
    > that you see on many websites today.
    > 1. if you are a returning user, enter your username and password
    > 2. if you are new, you need to register, and that will send an email to
    me and
    > I will manually add them to the authorized user lists.
    > 3. cookies to remember user names and passwords would also be nice.
    >
    > Any help is greatly appreciated.
    >
    > Mark

    Maybe you can find something to use on this great site with a lot of
    tutorials [url]http://www.webthang.co.uk/default.asp[/url]

    /Tine




    Will i be able to make one of those but in Dreamweaver MX and not MX 2004?
    thanks
    -mousey

    mouseyman4u Guest

  7. #6

    Default Creating a Login / Registration Page

    After registering the database in dreamweaver.can i inject the form code to my website.if yes,when a person register using that form then where i get the informations?
    Unregistered Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139