Skip to content

Commit

Permalink
Item1465: Reset password fails on branches
Browse files Browse the repository at this point in the history
When the save/GET blocking was merged over it was forgotten that some code is refactored in trunk


git-svn-id: http://svn.foswiki.org/branches/Release01x00@3547 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
KennethLavrsen authored and KennethLavrsen committed Apr 19, 2009
1 parent d17dc56 commit 1bd9760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/Foswiki/UI.pm
Expand Up @@ -90,7 +90,7 @@ BEGIN {
#allow => { POST => 1 },
};
$Foswiki::cfg{SwitchBoard}{resetpasswd} = {
package => 'Foswiki::UI::Passwords',
package => 'Foswiki::UI::Register',
function => 'resetPassword',
context => { resetpasswd => 1 },
allow => { POST => 1 },
Expand Down

0 comments on commit 1bd9760

Please sign in to comment.