When user want to change their email, new password is not changed on system, just in database.
password passed to server is the database
possible fix, change line 126 like that $Corps->{"2"} = (($PasswordBAL eq "") ? $Password : $PasswordBAL);
Log in to post a comment.