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:
rubenwardy
2022-12-15 16:04:02 +00:00
parent a669131178
commit c4ccd82f63
3 changed files with 3 additions and 18 deletions

View File

@@ -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>