Fixed bug on 372 not allowing users to update passwords.
This commit is contained in:
parent
19b0b81fa4
commit
4934eebb70
1 changed files with 1 additions and 1 deletions
|
|
@ -369,7 +369,7 @@ sub displayAccount {
|
|||
$vars->{title} = WebGUI::International::get(61);
|
||||
|
||||
$vars->{'account.form.header'} = WebGUI::Form::formHeader({});
|
||||
$vars->{'account.form.header'} = WebGUI::Form::hidden({"name"=>"op","value"=>"auth"});
|
||||
$vars->{'account.form.header'} .= WebGUI::Form::hidden({"name"=>"op","value"=>"auth"});
|
||||
$vars->{'account.form.header'} .= WebGUI::Form::hidden({"name"=>"method","value"=>$method});
|
||||
if($session{setting}{useKarma}){
|
||||
$vars->{'account.form.karma'} = $session{user}{karma};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue