JamesKer1 wrote:MOD EDIT: This suggestion is geared towards a feature to remember usernames and passwords once accessing the home screen, but is similar to this suggestion about no automatic sign outs.
View spearfish's "5 minute fix" to implement this idea:
spearfish wrote:As a PHP programmer, I know that this is about a five minute fix. Come on lack, your five minutes could save the rest of us hours (scary thought: if it takes 15 seconds to log in, and you log in five times a day for a year, you've spent 7 hours and 36 minutes doing nothing but filling in that form).
That will result in the username being sticky for three months. Then you can add a "forget me" link.
Here's what that is (forget.php): setcookie ("account", "", time() - 3600); header(" Location: http://www.conquerclub.com/ ");
~~~
Making the user stay logged in would be as changing the php.ini if you use sessions, or setting an expiration time if you use cookies. I don't have your login.php script so I can't help there.
Not sure if anyone has suggested this yet...
But what about an 'automatic log-in' feature. I hate having to type my username and password in every time. Maybe I'm just lazy.
My computer remember my password and name so I just double-click the "username" space and my name will show up in a pulldown box. Then I click the name and it puts my password in along with my name.
YES! Exactly! I've been wondering whether or not to post this sooner, mostly due to laziness...but would it be possible to put a checkbox besides the log-in for the computer to remember our password, or perhaps even leave us logged on until we directly press the "Log-out" button?
i have firefox but im used to ie and so it more convenient for me to us it and all i have to do is double click username and select mine then the pass pops up and i can get in but im tired of having to do it over and over like every half hour if i havnt gone to my games or something
Other phpBB sites do the "remember me" feature that uses a cookie or something to log you in automatically. Examples include forum.northernbrewer.com. I would love for this to be implemented, my username is too bloody long, hehe.