Skip to content

Commit

Permalink
Item8796: use type=password for password fields
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@7036 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
ArthurClemens authored and ArthurClemens committed Apr 1, 2010
1 parent 023a84c commit 90a100f
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -171,9 +171,9 @@ Required field password
Only shown if the password manager supports changing the password / email.

%STARTSECTION{"requiredField_password"}%<li><label for="Twk1Password"><span class="required">*</span>%MAKETEXT{"Your password"}%</label>
<div><input type="text" id="Twk1Password" name="Twk1Password" size="40" class="foswikiInputField" value="" tabindex="6" onblur="" /></div></li>
<div><input type="password" id="Twk1Password" name="Twk1Password" size="40" class="foswikiInputField" value="" tabindex="6" onblur="" /></div></li>
<li><label for="Twk1Confirm"><span class="required">*</span>%MAKETEXT{"Confirm password"}%</label>
<div><input type="text" id="Twk1Confirm" name="Twk1Confirm" size="40" class="foswikiInputField" value="" tabindex="7" onblur="" /></div></li>%ENDSECTION{"requiredField_password"}%
<div><input type="password" id="Twk1Confirm" name="Twk1Confirm" size="40" class="foswikiInputField" value="" tabindex="7" onblur="" /></div></li>%ENDSECTION{"requiredField_password"}%



Expand Down

0 comments on commit 90a100f

Please sign in to comment.