Fixed bug #583085
This commit is contained in:
parent
692eef8efa
commit
53dd9f0bb2
1 changed files with 1 additions and 1 deletions
|
|
@ -551,7 +551,7 @@ sub www_updateAccount {
|
|||
if ($error eq "") {
|
||||
$u = WebGUI::User->new($session{user}{userId});
|
||||
$encryptedPassword = Digest::MD5::md5_base64($session{form}{identifier1});
|
||||
$u->identifier($encryptedPassword);
|
||||
$u->identifier($encryptedPassword) if ($session{form}{identifier1} ne "password");
|
||||
$u->username($session{form}{username});
|
||||
$output .= WebGUI::International::get(81).'<p>';
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue