Skip to content
Snippets Groups Projects
Verified Commit 3ff487da authored by nd's avatar nd
Browse files

clarified password requirements

parent 9c565a7e
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
<label for="user-password1">Password</label> <label for="user-password1">Password</label>
<input type="password" class="form-control" id="user-password1" name="password1" placeholder="●●●●●●●●"> <input type="password" class="form-control" id="user-password1" name="password1" placeholder="●●●●●●●●">
<small class="form-text text-muted"> <small class="form-text text-muted">
At least 8 characters, no other special requirements. But please don't be stupid and use a password manager. At least 8 and at most 256 characters, no other special requirements. But please don't be stupid, do use a password manager.
</small> </small>
</div> </div>
<div class="form-group col-md-6"> <div class="form-group col-md-6">
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<label for="user-password1">New Password</label> <label for="user-password1">New Password</label>
<input type="password" class="form-control" id="user-password1" name="password1" required="required" tabindex = "2"> <input type="password" class="form-control" id="user-password1" name="password1" required="required" tabindex = "2">
<small class="form-text text-muted"> <small class="form-text text-muted">
At least 8 and at most 256 characters, no other special requirements. But please don't be stupid and use a password manager. At least 8 and at most 256 characters, no other special requirements. But please don't be stupid, do use a password manager.
</small> </small>
</div> </div>
<div class="form-group col-12"> <div class="form-group col-12">
......
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
<input type="password" class="form-control" id="user-password" name="password" placeholder="mail to set it will be sent" readonly> <input type="password" class="form-control" id="user-password" name="password" placeholder="mail to set it will be sent" readonly>
{% endif %} {% endif %}
<small class="form-text text-muted"> <small class="form-text text-muted">
At least 8 and at most 256 characters, no other special requirements. But please don't be stupid and use a password manager. At least 8 and at most 256 characters, no other special requirements. But please don't be stupid, do use a password manager.
</small> </small>
</div> </div>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment