Skip to content

Commit

Permalink
Item14506: Don't show old password for password reset
Browse files Browse the repository at this point in the history
  • Loading branch information
gac410 committed Jan 10, 2018
1 parent 0682392 commit aac6d39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PasswordManagementPlugin/data/System/ChangePassword.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" date="1512527446" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1515624958" format="1.1" version="1"}%
%META:TOPICPARENT{name="UserToolsCategory"}%
%ADDTOZONE{"head" text="<style type='text/css'>
#changePassword .col1 {float:left; width:30%; margin:0 3% 0 0;}
Expand Down Expand Up @@ -37,7 +37,7 @@ Once your password has been changed, the restriction will be removed."}%

<form name="changepasswd" action="%SCRIPTURLPATH{"rest"}%/PasswordManagementPlugin/changePassword" method="post">
<div id="changePassword" class="foswikiFormSteps">
%IF{"'%SESSION_VARIABLE{"FOSWIKI_PASSWORDRESET"}%' = '%WEB%.%TOPIC%'" else="
%IF{"'%SESSION_VARIABLE{"FOSWIKI_PASSWORDRESET"}%' = '1'" else="
<div class='foswikiFormStep'>
<h3>%MAKETEXT{"Current password:"}%%IF{"context isadmin" else=" <span class='required'>Required</span>"}%</h3>
<div class='col1'>
Expand Down

0 comments on commit aac6d39

Please sign in to comment.