Ask a Question related to Dreamweaver AppDev, Design and Development.
-
bluespoon #1
User Registration & Authentication Apps
Hello,
Can anyone give me specific advice, code, and articles on how I would create
the following:
1. Underlying Code for a User Registration Page that updates a MySQL DB:
[i[Functionality: Web User creates his (a) USER_ID, (b) PASSWORD and (c)
enters other PERSONAL_DATA. The USER_ID, PASSWORD, and PERSONAL_DATA are then
submitted online by a Web User and stored within a database
2. Login Page:
[i[Functionality: After entering USER_ID and PASSWORD Web User can view and
update his PERSONAL_DATA as well as have access to privileged pages on my
website.
3. Automated Lost Password Retrieval or Change function:
[i[Functionality: User can have a forgotten PASSWORD emailed to him.
Many Thanks
Blue Spoon
bluespoon 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... -
Verify if a user exist at registration
Hello and thanks in advance. I created a login form that sends data to another cfm page . I want to make sure that the username is not already... -
Creating User Registration & Authentication Apps
Hello, Can anyone give me specific advice, code, and articles on how I would create the following: 1. User Registration Page: Web User... -
user levels, cell phones, and user registration, plus cookies
I need to quote a client on the following and need to know how much work is involved, ie hours. The programming may be done in PHP (unless its... -
Web enabled apps/Thin client apps
I'm writing an article and I need your informed opinions, so I ask you this: 1. Doesn't the web-enabled app generally run slower for one reason or... -
Felix1 #2
Re: User Registration & Authentication Apps
If you are using PHP and DW MX2004 you may do that using the native User
Authentication suite. If you are using DW MX you find an equivalent suite here
[url]http://www.felixone.it/extensions/mxpren.asp[/url] Felix
Felix1 Guest
-
David Powers #3
Re: User Registration & Authentication Apps
Felix1 wrote:
Unfortunately, the PHP User Authentication in MX 2004 uses deprecated> If you are using PHP and DW MX2004 you may do that using the native User
> Authentication suite.
PHP code, which will break in PHP 5 (and some versions of PHP 4).
Details (and solution) here:
[url]http://friendsofed.infopop.net/2/OpenTopic?a=tpc&s=989094322&f=8033053165&m=3241024 21&r=324102421#324102421[/url]
--
David Powers
Author, "Foundation PHP 5 for Flash" (friends of ED)
Co-author "PHP Web Development with DW MX 2004" (Apress)
[url]http://computerbookshelf.com[/url]
David Powers Guest
-
Felix1 #4
Re: User Registration & Authentication Apps
You may be right, I have yet no experience with php 5, but I have heard people
screaming when it comes v.4.2x because of asession's problem. Of course they
didn't know that php.ini should be set in compatible mode. It is hard to think
that php enginers have decided to make most php users suicide because they
would have to remake thousands of scripts, but you'll never know. I believe the
matter is the register_globals=Off, I always use globals Off and DW's Log In it
works always fine, perhaps the matter may be something else? I will have soon
an approach with php 5 and I'm fearing, I don't want to suicide me. DW's code
is not obsolete, php 5 is just born, by logic would you make a product thet
only few people can use? Felix
Felix1 Guest
-
David Powers #5
Re: User Registration & Authentication Apps
Felix1 wrote:
People who are screaming are childish. The changes that were made to PHP> You may be right, I have yet no experience with php 5, but I have heard people
> screaming when it comes v.4.2x because of asession's problem.
in version 4.2.0 increased security greatly, and involved very little
recoding. Register_globals has been off by default for three years now
(since April 2002).
DW's code *is* obsolete (at least with regard to this particular server> DW's code
> is not obsolete, php 5 is just born, by logic would you make a product thet
> only few people can use?
behavior). I have done a lot of testing, and have been in direct contact
with Macromedia technicians over this issue. They were very embarrassed
when I brought the problem to their attention. It wasn't done
deliberately, and the code does work in a lot of environments, but the
more recent your version of PHP, the less likely it is to work - and it
certainly falls over on its face in PHP 5.
Still, there's nothing to worry about with PHP 5. The changes it
introduces mainly affect OOP programming. If you don't work with PHP
classes, everything will work as before (with one or two very small
exceptions).
--
David Powers
Author, "Foundation PHP 5 for Flash" (friends of ED)
Co-author "PHP Web Development with DW MX 2004" (Apress)
[url]http://computerbookshelf.com[/url]
David Powers Guest
-
bluespoon #6
Re: User Registration & Authentication Apps
Freinds,
I am using COLDFUSION 6.1 .
So, is there anyone here who can recommend some articles, books, or even send
some links that explain how to set up the:
1. user registrstion
2. user profile modification
3. user authentication (login), and
4. lost password recovery features?
This are very common features on coldfusion web sites so hopefully someone
here can come through with an answer
Thanks again
Very Blue spoon
bluespoon Guest
-
Paul Whitham TMM #7
Re: User Registration & Authentication Apps
There are a set of tutorials on this site in the areas you want
[url]http://www.dmxfire.com/articles/index.asp[/url]
Although the articles use asp as the language they are based around DW
server behaviours which will write your CF code for you.
You will just need to use CFMail to handle the forgotten password.
--
Regards
Paul Whitham
Macromedia Certified Professional for Dreamweaver MX2004
Valleybiz Internet Design
[url]www.valleybiz.net[/url]
Team Macromedia Volunteer for Ultradev/Dreamweaver MX
[url]www.macromedia.com/support/forums/team_macromedia[/url]
"bluespoon" <webforumsuser@macromedia.com> wrote in message
news:d10858$o89$1@forums.macromedia.com...send> Freinds,
>
> I am using COLDFUSION 6.1 .
>
> So, is there anyone here who can recommend some articles, books, or evensomeone> some links that explain how to set up the:
>
> 1. user registrstion
> 2. user profile modification
> 3. user authentication (login), and
> 4. lost password recovery features?
>
> This are very common features on coldfusion web sites so hopefully> here can come through with an answer
>
> Thanks again
>
> Very Blue spoon
>
>
>
Paul Whitham TMM Guest



Reply With Quote

