Remove password suggestions
It was based on 5 words from a 2048 word list, which is only the same as a 11 character password
This commit is contained in:
@@ -26,12 +26,6 @@
|
||||
|
||||
{{ render_field(form.password, hint=_("Must be at least 8 characters long.")) }}
|
||||
|
||||
<p>
|
||||
{{ _("Password suggestion") }}
|
||||
(<a href="https://xkcd.com/936/">{{ _("Why?") }}</a>):
|
||||
<code>{{ suggested_password }}</code>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<img src="/static/puzzle.png" />
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user