Staredit Network

Staredit Network -> SEN v5 Alpha -> Login/Registration Update
Report, edit, etc...Posted by IsolatedPurity on 2005-06-12 at 15:24:29
Login / Registration has changed... Everything except the remember me option should be running smoothly. I do have a little more modifying to do, but there's one thing that matters right now:

You can't login (at least... I'd hope not) until you either register a new account or use the "forgot password" script to generate a new password.

It's almost forcing you to test something! It's uncanny.
I'll update this topic once I think I'm done with everything and it all appears perfect.

One thing to be slightly aware of is an error that will stop you from sending out too many validation emails. If you need to get around it, just close your browser and reopen it. It should generate a new session for you.

List of changes so far:
Birthday box has been added.
Forgot password scripts to allow you to get a new password.
Resend validation email works.
Some small security and backend code tweaks.
Time settings actually get written into the database... it won't reflect your current time offset until I change a parse function though.
Report, edit, etc...Posted by Slyence on 2005-06-12 at 15:27:37
Yay, Some extra things to test biggrin.gif... I'll let you know if I find anything.

EDIT: When you try to resend a validation e-mail, It sais: That can't possibly be a valid username.

When I try to register one, It sais it is taken.
Report, edit, etc...Posted by RexyRex on 2005-06-12 at 17:14:19
What are you entering in? Just Slyence? Remeber that clan tags aren't allowed, there is a whole different section on clans. smile.gif

ADDITION:
Alright, buggy buggy...
It looks like you deleted everyone's accounts to ensure we test registration again. Well I can't register my old names. There must be a row or table you didn't delete. sad.gif

So, as for now, I can't test because I can't login! blink.gif

EDIT: Agh, duhh! It's to test the forgot password, not registration. Bleh. I get it now. happy.gif
Report, edit, etc...Posted by Slyence on 2005-06-12 at 17:15:26
That's what I was saying biggrin.gif
Report, edit, etc...Posted by RexyRex on 2005-06-12 at 17:21:57
(Lol, you already sent me my emails. smile.gif)
When I follow the link from the e-mail (changing password) and I change it, it doesn't check for invalid characters. I changed it to "§lololol"
So .. yeah.
Report, edit, etc...Posted by LegacyWeapon on 2005-06-12 at 17:26:18
Make sure the EmAiL AdDrEsS iS nOt CaSe SeNsItIvE.

ADDITION:
QUOTE(RexyRex @ Jun 12 2005, 05:21 PM)
(Lol, you already sent me my emails. smile.gif)
When I follow the link from the e-mail (changing password) and I change it, it doesn't check for invalid characters. I changed it to "§lololol"
So .. yeah.
[right][snapback]233665[/snapback][/right]
It seems there is no longer a restriction for the password characters.
Report, edit, etc...Posted by IsolatedPurity on 2005-06-12 at 17:30:59
There isn't a restriction anymore, yes.

QUOTE
EmAiL AdDrEsS iS nOt CaSe SeNsItIvE

Is that directed at me?


I think everything seems to be working... until you state otherwise!


Right now, I'm working with the session code to get the 'remember me' cookie to actually remember. Sessions might be deleted which will probably log you out.
Report, edit, etc...Posted by RexyRex on 2005-06-12 at 17:31:14
QUOTE(LegacyWeapon @ Jun 12 2005, 02:26 PM)
Make sure the EmAiL AdDrEsS iS nOt CaSe SeNsItIvE.
[right][snapback]233668[/snapback][/right]

strtolower($_POST['email']);
Report, edit, etc...Posted by LegacyWeapon on 2005-06-12 at 17:35:00
When you ask for your password reset, email seems to be case sensitive tongue.gif
Report, edit, etc...Posted by BeeR_KeG on 2005-06-12 at 17:36:23
Just tested 3 forgot passwords and one resend validation e-mail with a 4th account that I made. Everything works fine.
Report, edit, etc...Posted by RexyRex on 2005-06-12 at 17:41:38
Due to your playing with sessions (Well, possibly), it no longer accepts my login security code. (The one you get from too many attempts)

Eh.
Report, edit, etc...Posted by IsolatedPurity on 2005-06-12 at 18:35:02
Email fixxed.
"Remember me" should be perfectly working... at least, for now.

mb_strtolower
smile.gif
Report, edit, etc...Posted by chuiu on 2005-06-12 at 18:53:17
Ok ... what email did I register with? I thought it was my one at cox.net but for some reason that and all capitalization combinations of that won't work.
Report, edit, etc...Posted by RexyRex on 2005-06-12 at 21:53:21
mb_strtolower makes all the characters lowercase, capitalization won't work. Just register a new account. smile.gif

ADDITION:
The security code for logging in won't go away. sad.gif
Report, edit, etc...Posted by IsolatedPurity on 2005-06-12 at 22:03:10
chuiu_os test
chuiu@cox.net

Report, edit, etc...Posted by Shmeeps on 2005-06-12 at 23:17:52
QUOTE
"Remember me" should be perfectly working... at least, for now.


I don't think so.

It didn't auto log me in, nor did it to regular SEN, like it usually does. I think it's a little buggy.

ADDITION: And some of my preferences didn't get saved, eg: the fast reply box doesn't automatically open.
Report, edit, etc...Posted by IsolatedPurity on 2005-06-12 at 23:36:52
All of those rely on cookies... check to see if your cookies are disabled or if any internet protection programs / anonymous surfing / etc aren't killing them.
Report, edit, etc...Posted by Shmeeps on 2005-06-13 at 00:28:21
No, it usually does it all, it's just when I used Remember Me in v5, it seemed to not work and mess up v4.
Report, edit, etc...Posted by RexyRex on 2005-06-13 at 00:58:22
v5 does not integrate at all with v4, so all your cookies must have all killed somehow. Try again? angel_not.gif
Report, edit, etc...Posted by Shmeeps on 2005-06-13 at 01:05:16
It seems to happen alot unfortunately. On my site, the phpBB2 cookie/session seemed to merge with my SCRPG cookie/session, and I could never set it to auto log in.
Report, edit, etc...Posted by chuiu on 2005-06-13 at 02:02:09
QUOTE(isolatedpurity @ Jun 12 2005, 09:03 PM)
chuiu_os test
chuiu@cox.net
[right][snapback]233894[/snapback][/right]

No, my first account. I registered that one because I couldn't log on or change my password.
Report, edit, etc...Posted by IsolatedPurity on 2005-06-13 at 03:50:48
chuiu_os
dchozas@gmail.com

I'll edit both of these posts to kill your email address tomorrow.
Report, edit, etc...Posted by chuiu on 2005-06-13 at 09:39:01
Oh, ok. I don't know why I registered with that email addy.
Next Page (1)