FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Bug Reports » Reconfirm after email change
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
Reconfirm after email change [message #18420] Fri, 21 May 2004 21:16 Go to next message
Gribnif is currently offline  Gribnif   United States
Messages: 82
Registered: December 2003
Karma: 0
Member
I think there's a bug in forcing the user to reconfirm their email address. Line 519 of register.php.t is:

if ($FUD_OPT_2 & 1 && isset($old_email) && $old_email != $uent->email && $uent->users_opt & 1048576) {

It should be:

if ($FUD_OPT_2 & 1 && isset($old_email) && $old_email != $uent->email && !($uent->users_opt & 1048576)) {


We might as well also change the warning, so it doesn't come up for admins. This is the new line 655:

if ($uent->users_opt & 131072 && $FUD_OPT_2 & 1 && !($uent->users_opt & 1048576) ) {
Re: Reconfirm after email change [message #18421 is a reply to message #18420] Fri, 21 May 2004 21:28 Go to previous message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Fix applied, thanks.

FUDforum Core Developer
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Unread PM's get stuck when senders account is deleted
Next Topic: mails signed with PGP
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Wed Jun 26 17:16:41 GMT 2024

Total time taken to generate the page: 0.03191 seconds