Add password auto hash.

`Field` description as help text for form.
This commit is contained in:
long2ice
2020-06-20 14:48:06 +08:00
parent d275de375f
commit 821f5cbe8a
7 changed files with 38 additions and 27 deletions

View File

@ -51,7 +51,6 @@ async def start_up():
locale_switcher=True,
theme_switcher=True,
),
login_view="examples.routes.login",
)