| Author |
Post |
|
|
#1 Thu Jun 28, 2007 5:35 am
|
|
Member
Registered: Jun 2007
Posts: 122
Location: Gatineau, QC, Canada
|
Hi, Something weird happened, I logged on as admin, went to my panel and changed my email address and when I clicked OK (or save), I got a message saying that my account needed activation. Is this a bug? I couldn't logon to my own board to activate my own account. Mind you, I corrected the problem by entering the following queries in my DB using phpmyadmin: UPDATE `usebb_members` SET `active` = '1', `active_key` = '' WHERE `id` =1 LIMIT 1 ; Cheers, Gene
|
|
|
#2 Thu Jun 28, 2007 8:07 am
|
|
Developer
Registered: Apr 2004
Posts: 2202
Location: Belgium
|
Changing e-mail address requires you to reactivate your account. An e-mail containing an activation link should have been sent to your new e-mail address.
|
|
|
#3 Thu Jun 28, 2007 7:42 pm
|
|
Member
Registered: Jun 2007
Posts: 122
Location: Gatineau, QC, Canada
|
Dietrich wrote Changing e-mail address requires you to reactivate your account. An e-mail containing an activation link should have been sent to your new e-mail address.
Unfortunately, no email was sent. Isn't there a way to protect the main (admin) account from such incidents? Cheers, Gene
|
|
|
#4 Thu Jun 28, 2007 10:01 pm
|
|
Member
Registered: Jun 2007
Posts: 122
Location: Gatineau, QC, Canada
|
Could it be that I don't get any email because Registration is set to Admin? Gene
|
|
|
#5 Fri Jun 29, 2007 11:33 am
|
|
Developer
Registered: Apr 2004
Posts: 2202
Location: Belgium
|
You should have received an e-mail, but with admin activation an administrator must reactivate the account in the ACP. If there's only one admin this is ofcourse a problem.  The code was changed in CVS, this problem will be fixed in UseBB 1.0.7.
|
|
|
#6 Fri Jun 29, 2007 4:45 pm
|
|
Member
Registered: Jun 2007
Posts: 122
Location: Gatineau, QC, Canada
|
Dietrich wrote You should have received an e-mail, but with admin activation an administrator must reactivate the account in the ACP. If there's only one admin this is ofcourse a problem.  The code was changed in CVS, this problem will be fixed in UseBB 1.0.7.
Yeah, only one Admin and he can self-destruct. LOL! Mind you, this happened while changing the email address via the user panel, I tried again (curiosity) rechanging it using the member edit in the ACP and this didn't cause any problems. Cheers, Gene « Last edit by Raygene on Fri Jun 29, 2007 4:48 pm. »
|