fixed: email password recovery submit button effected by UI level
This commit is contained in:
parent
5b78160079
commit
88e7113fae
2 changed files with 3 additions and 1 deletions
|
|
@ -1047,7 +1047,8 @@ sub emailResetPassword {
|
|||
);
|
||||
|
||||
$f->submit(
|
||||
value => 'submit'
|
||||
value => 'submit',
|
||||
uiLevel => 0,
|
||||
);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue