diff options
author | flop25 <flop25@piwigo.org> | 2014-08-10 16:06:05 +0000 |
---|---|---|
committer | flop25 <flop25@piwigo.org> | 2014-08-10 16:06:05 +0000 |
commit | 12fc034d8299d3d75e7a5fd02b2b4ddadbe14307 (patch) | |
tree | 0cccef2573bfa1de5c1afbad145dc02911477567 /themes | |
parent | b673b2b2847ecb8a9445a011239cbc7d57758cd7 (diff) |
bug:3090
don't restrict the maxlength of the password
git-svn-id: http://piwigo.org/svn/trunk@29195 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes')
-rw-r--r-- | themes/default/template/identification.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/template/identification.tpl b/themes/default/template/identification.tpl index d17e06fa9..0dc367c7d 100644 --- a/themes/default/template/identification.tpl +++ b/themes/default/template/identification.tpl @@ -25,7 +25,7 @@ <span class="property"> <label for="password">{'Password'|@translate}</label> </span> - <input tabindex="2" class="login" type="password" name="password" id="password" size="25" maxlength="25"> + <input tabindex="2" class="login" type="password" name="password" id="password" size="25"> </li> {if $authorize_remembering } |