Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Marco2005 #1
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
-
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... -
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... -
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... -
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... -
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... -
Marco2005 #2
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
-
Tine Müller #3
Re: Creating a Login / Registration Page
"Marco2005" wrote:
which> Can someone please direct me to an article, website or any other dataprotection> will help me with this topic:
>
> I have a family website and my wife wants to add a simple layer offeature> to keep out non-family & friends. I'd like to add a simple registerme and> 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> 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
-
CarlGrint #4
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
-
mouseyman4u #5
Re: Creating a Login / Registration Page
Originally posted by: Newsgroup User
"Marco2005" wrote:
which> Can someone please direct me to an article, website or any other dataprotection> will help me with this topic:
>
> I have a family website and my wife wants to add a simple layer offeature> to keep out non-family & friends. I'd like to add a simple registerme and> 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> 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
-
Unregistered #6
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



Reply With Quote

