Page 4 of 5

Revamp the Login / Logout System [Pending]

PostPosted: Sun Mar 23, 2008 8:39 pm
by spearfish
My suggestion is simple. Rework the login / logout system. It's a pain in the butt to have to re-enter my username and password every time I come back to conquer club. Either make it so that you stay logged in after the browser closes, or at least make the username "sticky" (even if you're logged out, the username is still in place).

This is needed because it's annoying to have to keep logging in! Come on!

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).

I'll even code it in for you if you want. Ready?

Add to login.php:
$inThreeMonths = 60 * 60 * 24 * 90 + time();
setcookie("account", $_POST['username'], $inThreeMonths, '/');


Then on the login form, change:
<input class="field" name="username" id="username" maxlength="16" value="" tabindex="1" type="text">

To:
<input class="field" name="username" id="username" maxlength="16" value="<?php $_COOKIE['account'] ?>" tabindex="1" type="text" />

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.

PostPosted: Sun Mar 23, 2008 8:55 pm
by DiM
there's a grease monkey script that auto logs you.

or save your username and pass in the browser and you just have to click login.

PostPosted: Sun Mar 23, 2008 9:22 pm
by spearfish
Firefox saves my username + password so it's not a problem for me when I'm at home, but it's annoying for when i go to school and have to use MSIE.

PostPosted: Sun Mar 23, 2008 10:50 pm
by TheSpoonyBard
Yeah, but he has a point. It's only practical to NOT have to rely on greasemonkey or firefox to save your username. I'm no computer programmer, but if it's a 5 minute fix I believe him. Constantly signing in is quite an annoyance.

PostPosted: Mon Mar 24, 2008 12:08 am
by Herakilla
i found firefox hidden in my school's server :P

PostPosted: Mon Mar 24, 2008 1:59 am
by eye84free
or have an option that you have a check box under the log in area. to make it an option to remember ur screen name and password.

PostPosted: Mon Mar 24, 2008 7:06 am
by lackattack
Thanks for the code... but I need it in Turbo Pascal.

Just kidding! I'll seriously consider this as a future enhancement.

PostPosted: Mon Mar 24, 2008 11:04 am
by spearfish
Thanks!

remember

PostPosted: Mon Jun 02, 2008 5:31 pm
by goffinette
Hello!!!
What about a "remember me on this computer box" on the front page!! that would be nice!!

Concise description:
  • xxxxxxx

Specifics:
  • xxxxxxx

This will improve the following aspects of the site:
  • xxxxxxx (you can obviously delete this for bug reports)
  • xxxxxxx

Re: remember

PostPosted: Tue Jun 03, 2008 3:46 am
by TheScarecrow
firefox and even IE7 has that feature already. the remember me thing on other sites is pure !@!#

Re: remember

PostPosted: Tue Jun 03, 2008 10:20 am
by Sir. Ricco
It can get bad if people use it on Public computers. I was on a site were people were always having trouble with players hacking in to there Account, and what do you know, they had "remember me".

Suggestion: Log in

PostPosted: Wed Jul 09, 2008 9:50 am
by KBHoeSir
I think it would be nice to have a "remember me" function on the log in

Example: http://s182.photobucket.com/albums/x18/ ... =login.jpg
If this has been discussed before im sorry, didnt find any in the search

Re: Suggestion: Log in

PostPosted: Wed Jul 09, 2008 2:37 pm
by cicero
This suggestion is currently being discussed in Remember Me.

Please join in the discussion there.

Cicero

[Thread locked.]

Auto-login option

PostPosted: Sun Jan 31, 2010 10:30 pm
by Beached Bro
IcePack wrote:Concise description:
  • Sign on Feature

Specifics/Details:
  • Create a check box while signing in, for remembering your user name and / or a check box for automatically signing you in on this computer

How this will benefit the site and/or other comments:
  • It will save each member numerous precious seconds logging on while quickly attempting to get to that about-to-win freestyle game. :) And any lazy people will be incredibly happy... =D>



show

Re: Auto-login option

PostPosted: Sun Jan 31, 2010 11:38 pm
by Army of GOD
I agree. For people with laptops or computers that only they use, it'd be a great option.

Re: Auto-login option

PostPosted: Wed Sep 08, 2010 2:53 pm
by benlav
Was about to raise this. Any call on this?

Re: Auto-login option

PostPosted: Wed Sep 08, 2010 7:46 pm
by TheForgivenOne
From what i remember, on most Browsers, when you log into a website, will ask if you would like to save the password, if you click save, each time you come to said website, the Username/Password will automatically be there. I know for a fact it works for this website, conquerclub, as i use it.

Auto Sign In / Remember Me

PostPosted: Sat Sep 18, 2010 12:56 pm
by IcePack
Concise description:
  • Sign on Feature

Specifics/Details:
  • Create a check box while signing in, for remembering your user name and / or a check box for automatically signing you in on this computer

How this will benefit the site and/or other comments:
  • It will save each member numerous precious seconds logging on while quickly attempting to get to that about-to-win freestyle game. :) And any lazy people will be incredibly happy... =D>

Re: Auto Sign In / Remember Me

PostPosted: Sat Sep 18, 2010 8:11 pm
by Victor Sullivan
Great idea! I've prolly typed in "Victor Sullivan" into that damn username box like umteen million times.

Re: Auto Sign In / Remember Me

PostPosted: Sat Sep 18, 2010 10:24 pm
by greenoaks
totally useless, my browser remembers me

Re: Auto Sign In / Remember Me

PostPosted: Sun Sep 19, 2010 4:31 am
by JoshyBoy
greenoaks wrote:totally useless, my browser remembers me


As does mine.

Re: Auto Sign In / Remember Me

PostPosted: Sun Sep 19, 2010 5:00 am
by IcePack
still gotta type in password, no? the point was the auto sign on...

Re: Auto Sign In / Remember Me

PostPosted: Sun Sep 19, 2010 5:45 am
by TheForgivenOne
IcePack wrote:still gotta type in password, no? the point was the auto sign on...


Nope. Most browsers that I have come by, such as Google Chrome, and Firefox (Not sure about IE anymore), have the "Remember Me" or "Remember Password" Or something along those lines, that will save the Password and Username.

Re: Auto Sign In / Remember Me

PostPosted: Sun Oct 03, 2010 8:49 pm
by rdsrds2120
Yeah, lol. I just click login every time.

Re: Auto Sign In / Remember Me

PostPosted: Sun Oct 03, 2010 8:59 pm
by Woodruff
IcePack wrote:still gotta type in password, no? the point was the auto sign on...


Nope...all I do is click "Login" and I'm in.