Registering - fixed

Obsolete, fixed, and incorrect bug requests and problems. Browse here before posting a new topic, to avoid duplicates.
Locked
User avatar
mith
mith
Godfather
User avatar
User avatar
mith
Godfather
Godfather
Posts: 9267
Joined: March 27, 2002
Location: McKinney, TX
Contact:

Registering - fixed

Post Post #0 (ISO) » Fri Jul 25, 2003 9:01 am

Post by mith »

We seem to have a bug in the registration thing; it thinks that the user is already taken, even before you put a username in. Not sure what the problem is, though. If you're trying to register, I might be able to add you manually until the problem is fixed (I'm not sure, though).
Last edited by mith on Fri Jul 25, 2003 12:33 pm, edited 1 time in total.
User avatar
jeep
jeep
Cappo Bastone
User avatar
User avatar
jeep
Cappo Bastone
Cappo Bastone
Posts: 747
Joined: April 21, 2002
Location: Portland, OR

Post Post #1 (ISO) » Fri Jul 25, 2003 9:15 am

Post by jeep »

Mith:

Open includes/usercp_register.php and find:

Code: Select all

 
if ($mode == 'register' && ($userdata['session_logged_in'] || $username == $userdata['username'])) 



Replace it with

Code: Select all

 
if ( $userdata['session_logged_in'] && $mode =="register" && $username == $userdata['username']) 


Let me know if that works.

-JEEP
User avatar
MeMe
MeMe
Post or Perish
User avatar
User avatar
MeMe
Post or Perish
Post or Perish
Posts: 10710
Joined: October 6, 2002
Location: Missouri
Contact:

Post Post #2 (ISO) » Fri Jul 25, 2003 9:15 am

Post by MeMe »

If you can, please manually add "shelper" with a random password and then PM the information to him on the old board (or give it to me and I'll PM him). He'd like to get back in ASAP.
Remember...It's not a lie if you believe it. -- G. Costanza
User avatar
mith
mith
Godfather
User avatar
User avatar
mith
Godfather
Godfather
Posts: 9267
Joined: March 27, 2002
Location: McKinney, TX
Contact:

Post Post #3 (ISO) » Fri Jul 25, 2003 12:32 pm

Post by mith »

k, done. Looks like it works now.
User avatar
MeMe
MeMe
Post or Perish
User avatar
User avatar
MeMe
Post or Perish
Post or Perish
Posts: 10710
Joined: October 6, 2002
Location: Missouri
Contact:

Post Post #4 (ISO) » Fri Jul 25, 2003 4:45 pm

Post by MeMe »

Ack. Criminy. I just registered shelper, but didn't know that the registration thing had changed and now confirmation gets sent to the email provided. The email I stuck in the space was bogus -- I thought he'd just be able to change it when he logged on. Can someone delete his account so that he can sign up with his own information instead of me trying to be a good Samaritan and totally fouling it all up?

Crap -- now I have to email the bogus address person and explain why they're getting mafiascum notifications.
Remember...It's not a lie if you believe it. -- G. Costanza
Locked

Return to “Solved Requests”