Skip to content

Commit eea6681

Browse files
petecooperphilwareham
authored andcommitted
Update txp_auth.php
Reverts textpattern@df7732a – see textpattern@df7732a#commitcomment-32457865 Thanks @Bloke for the heads up.
1 parent fd7fcfa commit eea6681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

textpattern/include/txp_auth.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ function doLoginForm($message)
164164
array(
165165
'name' => 'p_password',
166166
'autocomplete' => 'current-password',
167-
), '', 'txp-maskable', '', '', INPUT_REGULAR, '', 'login_password', false, true),
167+
), '', '', '', '', INPUT_REGULAR, '', 'login_password', false, true),
168168
'password', '', array('class' => 'txp-form-field login-password')
169169
).
170170
graf(

0 commit comments

Comments
 (0)