aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCassio de Campos <cassiopc@gmail.com>2017-09-08 16:16:51 +0000
committerCassio de Campos <cassiopc@gmail.com>2017-09-08 16:16:51 +0000
commit37d218f5940fd4fbf3a257df23db2f9b5f147c68 (patch)
tree1eed4eebca41dfd45639e080808b3c648f26460c
parent93e6ad29bbfe5fcac807bdad140b9dfa57b41bc7 (diff)
downloadboca-37d218f5940fd4fbf3a257df23db2f9b5f147c68.tar.gz
boca-37d218f5940fd4fbf3a257df23db2f9b5f147c68.zip
remove limit of 20 chars
-rw-r--r--src/optionlower.php6
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>