From 88e7113faee379a26ecc04117a75fca5cefdd51b Mon Sep 17 00:00:00 2001 From: Graham Knop Date: Wed, 11 Jun 2008 19:17:35 +0000 Subject: [PATCH] fixed: email password recovery submit button effected by UI level --- docs/changelog/7.x.x.txt | 1 + lib/WebGUI/Auth/WebGUI.pm | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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, );