Automatic Log-In

Suggestions that have been archived.

Moderator: Community Team

User avatar
spearfish
Posts: 214
Joined: Fri Jan 25, 2008 9:58 pm
Location: New York
Contact:

Revamp the Login / Logout System [Pending]

Post 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.
Mess with the best, die like the rest...
User avatar
DiM
Posts: 10415
Joined: Wed Feb 14, 2007 6:20 pm
Gender: Male
Location: making maps for scooby snacks

Post 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.
“In the beginning God said, the four-dimensional divergence of an antisymmetric, second rank tensor equals zero, and there was light, and it was good. And on the seventh day he rested.”- Michio Kaku
User avatar
spearfish
Posts: 214
Joined: Fri Jan 25, 2008 9:58 pm
Location: New York
Contact:

Post 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.
Mess with the best, die like the rest...
User avatar
TheSpoonyBard
Posts: 19
Joined: Wed Mar 12, 2008 10:18 pm
Gender: Male
Location: Milwaukee
Contact:

Post 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.
User avatar
Herakilla
Posts: 4283
Joined: Fri Jun 09, 2006 8:33 pm
Location: Wandering the world, spreading Conquerism

Post by Herakilla »

i found firefox hidden in my school's server :P
Come join us in Live Chat!
User avatar
eye84free
Posts: 1576
Joined: Fri Mar 31, 2006 6:33 pm
Gender: Male
Location: NORTH CAROLINA

Post 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.
User avatar
lackattack
Posts: 6097
Joined: Sun Jan 01, 2006 10:34 pm
Location: Montreal, QC

Post by lackattack »

Thanks for the code... but I need it in Turbo Pascal.

Just kidding! I'll seriously consider this as a future enhancement.
User avatar
spearfish
Posts: 214
Joined: Fri Jan 25, 2008 9:58 pm
Location: New York
Contact:

Post by spearfish »

Thanks!
Mess with the best, die like the rest...
User avatar
goffinette
Posts: 2
Joined: Fri Oct 13, 2006 12:45 pm
Location: Liege

remember

Post 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
User avatar
TheScarecrow
Posts: 202
Joined: Mon Nov 19, 2007 5:41 am

Re: remember

Post by TheScarecrow »

firefox and even IE7 has that feature already. the remember me thing on other sites is pure !@!#
User avatar
Sir. Ricco
Posts: 4555
Joined: Tue Oct 02, 2007 2:33 pm
Gender: Male
Location: Making kingdoms burn and bloodshed start.
Contact:

Re: remember

Post 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".
Image
Image
Image
KBHoeSir
Posts: 1
Joined: Thu Jul 19, 2007 2:20 pm
Contact:

Suggestion: Log in

Post 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
User avatar
cicero
Posts: 1358
Joined: Wed Mar 07, 2007 1:51 pm
Location: with the infected neutrals ... handing out maps to help them find their way to CC

Re: Suggestion: Log in

Post by cicero »

This suggestion is currently being discussed in Remember Me.

Please join in the discussion there.

Cicero

[Thread locked.]
FREE M-E-Mbership and simple rules. Conquer Club - it's not complicated.

random me statistic @ 13 December 2008 - 1336 posts : 232nd most public posts (not counting Tower of Babble) of all time.
Beached Bro
Posts: 6
Joined: Tue Jan 26, 2010 10:40 pm

Auto-login option

Post 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
Last edited by Beached Bro on Mon Feb 01, 2010 2:39 am, edited 1 time in total.
Army of GOD
Posts: 7192
Joined: Tue Feb 24, 2009 4:30 pm
Gender: Male

Re: Auto-login option

Post by Army of GOD »

I agree. For people with laptops or computers that only they use, it'd be a great option.
mrswdk is a ho
benlav
Posts: 18
Joined: Fri Apr 30, 2010 12:26 am

Re: Auto-login option

Post by benlav »

Was about to raise this. Any call on this?
User avatar
TheForgivenOne
Posts: 5998
Joined: Fri May 15, 2009 8:27 pm
Gender: Male
Location: Lost somewhere in the snow. HELP ME

Re: Auto-login option

Post 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.
Image
Game 1675072
2018-08-09 16:02:06 - Mageplunka69: its jamaica map and TFO that keep me on this site
User avatar
IcePack
Multi Hunter
Multi Hunter
Posts: 16847
Joined: Wed Aug 04, 2010 6:42 pm
Gender: Male
Location: California

Auto Sign In / Remember Me

Post 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>
User avatar
Victor Sullivan
Posts: 6010
Joined: Mon Feb 08, 2010 8:17 pm
Gender: Male
Location: Columbus, OH
Contact:

Re: Auto Sign In / Remember Me

Post by Victor Sullivan »

Great idea! I've prolly typed in "Victor Sullivan" into that damn username box like umteen million times.
[player]Beckytheblondie[/player]: "Don't give us the dispatch, give us a mustache ride."

Scaling back on my CC involvement...
User avatar
greenoaks
Posts: 9977
Joined: Mon Nov 12, 2007 12:47 am

Re: Auto Sign In / Remember Me

Post by greenoaks »

totally useless, my browser remembers me
User avatar
JoshyBoy
Posts: 3750
Joined: Mon May 26, 2008 6:04 pm
Gender: Male
Location: In the gym. Yeah, still there.

Re: Auto Sign In / Remember Me

Post by JoshyBoy »

greenoaks wrote:totally useless, my browser remembers me


As does mine.
drunkmonkey wrote:I honestly wonder why anyone becomes a mod on this site. You're the whiniest bunch of players imaginable.

Ron Burgundy wrote:Why don't you go back to your home on Whore Island?
User avatar
IcePack
Multi Hunter
Multi Hunter
Posts: 16847
Joined: Wed Aug 04, 2010 6:42 pm
Gender: Male
Location: California

Re: Auto Sign In / Remember Me

Post by IcePack »

still gotta type in password, no? the point was the auto sign on...
User avatar
TheForgivenOne
Posts: 5998
Joined: Fri May 15, 2009 8:27 pm
Gender: Male
Location: Lost somewhere in the snow. HELP ME

Re: Auto Sign In / Remember Me

Post 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.
Image
Game 1675072
2018-08-09 16:02:06 - Mageplunka69: its jamaica map and TFO that keep me on this site
User avatar
rdsrds2120
Posts: 6274
Joined: Fri Jul 03, 2009 3:42 am
Gender: Male

Re: Auto Sign In / Remember Me

Post by rdsrds2120 »

Yeah, lol. I just click login every time.
User avatar
Woodruff
Posts: 5093
Joined: Sat Jan 05, 2008 9:15 am

Re: Auto Sign In / Remember Me

Post 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.
...I prefer a man who will burn the flag and then wrap himself in the Constitution to a man who will burn the Constitution and then wrap himself in the flag.
Post Reply

Return to “Archived Suggestions”