diff options
| author | Bruno Ribas <brunoribas@gmail.com> | 2017-10-14 02:20:58 +0000 |
|---|---|---|
| committer | Bruno Ribas <brunoribas@gmail.com> | 2017-10-14 02:20:58 +0000 |
| commit | 7be0ffdae22ae84a10259793c6731597443711cc (patch) | |
| tree | 26c2926b298f2529fc64ed02f92466238f74b20f /src/optionlower.php | |
| parent | 1b75b5f86c9aeb91044708153b439c2e7c8710b1 (diff) | |
| parent | 5876077b0279e71d6b6c8c8ba22c0c1e0af1536c (diff) | |
| download | boca-7be0ffdae22ae84a10259793c6731597443711cc.tar.gz boca-7be0ffdae22ae84a10259793c6731597443711cc.zip | |
Merge branch 'master' of github.com:cassiopc/boca
Diffstat (limited to 'src/optionlower.php')
| -rw-r--r-- | src/optionlower.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/optionlower.php b/src/optionlower.php index 8fba3c9..b3f6055 100644 --- a/src/optionlower.php +++ b/src/optionlower.php @@ -96,19 +96,19 @@ function computeHASH() <tr> <td width="35%" align=right>Old Password:</td> <td width="65%"> - <input type="password" name="passwordo" size="20" maxlength="20" /> + <input type="password" name="passwordo" size="20" maxlength="200" /> </td> </tr> <tr> <td width="35%" align=right>New Password:</td> <td width="65%"> - <input type="password" name="passwordn1" size="20" maxlength="20" /> + <input type="password" name="passwordn1" size="20" maxlength="200" /> </td> </tr> <tr> <td width="35%" align=right>Retype New Password:</td> <td width="65%"> - <input type="password" name="passwordn2" size="20" maxlength="20" /> + <input type="password" name="passwordn2" size="20" maxlength="200" /> </td> </tr> </table> |