Skip to content

Commit 9c97041

Browse files
petecooperphilwareham
authored andcommitted
Update txp_admin.php
Both password fields have `txp-maskable` class. See textpattern#1377 textpattern@df7732a and textpattern@df7732a#commitcomment-32457865 for some bedtime reading. It's a wild ride.
1 parent 5314e4a commit 9c97041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

textpattern/include/txp_admin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ function new_pass_form($message = '')
217217
array(
218218
'name' => 'current_pass',
219219
'autocomplete' => 'current-password',
220-
), '', '', '', '', INPUT_REGULAR, '', 'current_pass', false, true),
220+
), '', 'txp-maskable', '', '', INPUT_REGULAR, '', 'current_pass', false, true),
221221
'current_password', '', array('class' => 'txp-form-field edit-admin-current-password')
222222
).
223223
inputLabel(

0 commit comments

Comments
 (0)