Remember me function
I'm having a problem with the "remember me" function on a login form. It doesn't seem to remember members login credentials. Can you help me?
I'm having a problem with the "remember me" function on a login form. It doesn't seem to remember members login credentials. Can you help me?
If you give me FTP access and a URL to reproduce the problem, then I can take a look.
Hi Ray, see PM
It looks like it's keeping the username but not the password. Or at least that's what's happening on my side.
Thanks
Set the value of the password field to:
value="<?php echo((isset($_GET["invalid"])?ValidatedField("login","Log_In_group_2_Password"):"".((isset($_COOKIE["RememberMePWD"]))?$_COOKIE["RememberMePWD"]:"") ."")); ?>"
That creates the dots in the field for the password but they aren't correct. Also the username field is now blank
Your password field had:
value="value="<?php echo((isset($_GET["invalid"])?ValidatedField("login","Log_In_group_2_Password"):"".((isset($_COOKIE["RememberMePWD"]))?$_COOKIE["RememberMePWD"]:"") ."")); ?>""
instead of:
value="<?php echo((isset($_GET["invalid"])?ValidatedField("login","Log_In_group_2_Password"):"".((isset($_COOKIE["RememberMePWD"]))?$_COOKIE["RememberMePWD"]:"") ."")); ?>"
I corrected that using the FTP information you provided and it seems to work properly now.
I should have noticed that. Thanks Ray, you're awesome!
Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.
These out-of-the-box solutions provide you proven, tested applications that can be up and running now. Build a store, a gallery, or a web-based email solution.