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
|
|
@ -1,4 +1,5 @@
|
|||
7.5.11
|
||||
- fixed: email password recovery submit button effected by UI level
|
||||
- fixed: Creating a shortcut creates a version tag even with autocommit turned on
|
||||
- fixed: userImport.pl overwrites settings when updating users
|
||||
- fixed: Collaboration RSS link in header doesn't indicate title
|
||||
|
|
|
|||
|
|
@ -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