Menu

#21 File public/new_user.php

open
Interface (17)
5
2005-06-14
2005-06-10
No

I don't consider correct this verification,...

Lines 56 to 60:

// if ($cnbya_config['usefakemail'] >= 2) {
echo "<tr><td bgcolor=\"$bgcolor2
\">"._YA_REALEMAIL.":</td><td bgcolor=\"$bgcolor1
\">";
// } else {
// echo "<tr><td bgcolor=\"$bgcolor2
\">"._YA_EMAIL.":</td><td bgcolor=\"$bgcolor1\">";
// }

I have commented those that give the problem of mail
confirmation, in file new_confirm.php
// M61: added configurable doublecheck
email routine
if ($cnbya_config['doublecheckemail'] == 0) {
$user_email2 = $user_email;
} else {
if ($user_email != $user_email2) {
$cnbyamsg
= "<b>"._YA_ERRORREG."</b><br>"._YA_EMAILDIFF
ERENT."\n";
cnbya_warning
($cnbyamsg);
}
}

Discussion

  • magnolia61

    magnolia61 - 2005-06-14
    • assigned_to: nobody --> menelaos61
     
  • magnolia61

    magnolia61 - 2005-06-14

    Logged In: YES
    user_id=1232168

    I don't really get the point of the bug you mention, Curt. Can
    you explain some more?

     

Log in to post a comment.