Fix user creation failure handling in OAuth paths (#29207)

Co-authored-by: Matt Jankowski <matt@jankowski.online>
This commit is contained in:
Claire
2024-02-14 22:49:45 +01:00
parent 6499850ac4
commit 9e5af6bb58
4 changed files with 154 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ en:
last_attempt: You have one more attempt before your account is locked.
locked: Your account is locked.
not_found_in_database: Invalid %{authentication_keys} or password.
omniauth_user_creation_failure: Error creating an account for this identity.
pending: Your account is still under review.
timeout: Your session expired. Please sign in again to continue.
unauthenticated: You need to sign in or sign up before continuing.