diff options
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/views/register.rocker.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/views/register.rocker.html b/src/main/resources/views/register.rocker.html index 131f406..b86c2e0 100644 --- a/src/main/resources/views/register.rocker.html +++ b/src/main/resources/views/register.rocker.html @@ -12,11 +12,11 @@ </div> <div> <label for="password">Password:</label> - <input autocomplete="off" autofocus id="password" name="password" required type="password"/> + <input autocomplete="off" autofocus id="password" minlength="8" name="password" required type="password"/> </div> <div> <label for="verifyPassword">Verify password:</label> - <input autocomplete="off" id="verifyPassword" name="verifyPassword" required type="password"/> + <input autocomplete="off" id="verifyPassword" minlength="8" name="verifyPassword" required type="password"/> </div> <div> |