diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 01a84d1a5..f91af837d 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -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 diff --git a/lib/WebGUI/Auth/WebGUI.pm b/lib/WebGUI/Auth/WebGUI.pm index 6aceb25bc..b6d3f8734 100644 --- a/lib/WebGUI/Auth/WebGUI.pm +++ b/lib/WebGUI/Auth/WebGUI.pm @@ -1047,7 +1047,8 @@ sub emailResetPassword { ); $f->submit( - value => 'submit' + value => 'submit', + uiLevel => 0, );