Skip to content

Commit

Permalink
Item14506: Fix a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
gac410 committed Oct 11, 2017
1 parent 42c2485 commit 868047c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions core/lib/Foswiki/LoginManager.pm
Expand Up @@ -69,9 +69,8 @@ our %readOnlySK = (
%secretSK,
AUTHUSER => 1, # The authorized user.
SUDOFROMAUTHUSER => 1, # The user who initiated SUDO admin login
FOSWIKI_TOPICRESTRICTION => 1 # Restricts all access to named web.topic
FOSWIKI_RESETPASSWORD =>
1 # Allows ChahgePassword without using old password
FOSWIKI_TOPICRESTRICTION => 1, # Restricts all access to named web.topic
FOSWIKI_RESETPASSWORD => 1, # Skips validating old password
);

use constant TRACE => $Foswiki::cfg{Trace}{LoginManager} || 0;
Expand Down

0 comments on commit 868047c

Please sign in to comment.