Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion auth_backend/auth_plugins/email.py
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ async def _request_reset_forgotten_password(
if auth_params["confirmed"].value.lower() == "false":
raise AuthFailed(
"Registration wasn't completed. Try to registrate again and do not forget to approve your email",
"Регистрация не была завершена. Паоробуйте зарегистрироваться снова и не забудьте подтвердить почту",
"Регистрация не была завершена. Попробуйте зарегистрироваться снова и не забудьте подтвердить почту",
)
if "reset_token" in auth_params:
old_user[Email.get_name()]["reset_token"] = auth_params["reset_token"].value
Expand Down