Fixed a bug where you couldn't change your password.
This commit is contained in:
parent
2e90dcdc25
commit
e143133ab4
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ sub userFormSave {
|
|||
#-------------------------------------------------------------------
|
||||
sub userFormValidate {
|
||||
my ($error);
|
||||
if ($session{form}{'authWebGUI.identifier'} ne $session{form}{identifierConfirm}) {
|
||||
if ($session{form}{'authWebGUI.identifier'} ne $session{form}{'authWebGUI.identifierConfirm'}) {
|
||||
$error = '<li>'.WebGUI::International::get(3,'Auth/WebGUI');
|
||||
}
|
||||
if ($session{form}{'authWebGUI.identifier'} eq "") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue