diff options
Diffstat (limited to 'themes/default')
-rw-r--r-- | themes/default/template/no_photo_yet.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/template/no_photo_yet.tpl b/themes/default/template/no_photo_yet.tpl index 1d64929dd..cc5a9858d 100644 --- a/themes/default/template/no_photo_yet.tpl +++ b/themes/default/template/no_photo_yet.tpl @@ -95,7 +95,7 @@ border:2px solid #FF3363; </tr> <tr> <td>{'Password'|@translate}</td> - <td><input type="text" name="password"></td> + <td><input type="password" name="password"></td> </tr> </table> |