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
Return to the default flat view Create a new topic Submit Reply
Reconfirm after email change [message #18420] Fri, 21 May 2004 21:16 Go to previous message
Gribnif is currently offline  Gribnif   United States
Messages: 82
Registered: December 2003
Karma:
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) ) {
[Message index]
 
Read Message
Read Message
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 Jul 03 13:03:55 GMT 2024

Total time taken to generate the page: 0.04926 seconds