Reauth
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@
|
||||
"FailedUpdate_Duplicate:username:userUpdate": "Ein Benutzer mit diesem Benutzernamen existiert schon",
|
||||
"FailedUpdate_Duplicate:email:userUpdate": "Ein Benutzer mit dieser E-Mail existiert schon",
|
||||
|
||||
"NotAllowed_newPost": "Keine Berechtigung",
|
||||
"Unauthorized_newPost": "Keine Berechtigung",
|
||||
"MissingField_content:newPost": "Beitrag darf nicht leer sein",
|
||||
|
||||
"NotAllowed_postUpdate": "Keine Berechtigung",
|
||||
|
||||
+5
-5
@@ -1,23 +1,23 @@
|
||||
{
|
||||
"Unauthorized": "NotAllowed",
|
||||
"Unauthorized": "Not allowed",
|
||||
|
||||
"NotAllowed_login": "Invalid email or password",
|
||||
"NotFound_user:login": "User does not exist",
|
||||
"MissingField_email:login": "E-Mail required",
|
||||
"MissingField_password:login": "Password required",
|
||||
|
||||
"NotAllowed_deletPost": "NotAllowed",
|
||||
"NotAllowed_deletPost": "Not allowed",
|
||||
"NotFound_post:deletePost": "Post not found",
|
||||
|
||||
"NotAllowed_userUpdate": "NotAllowed",
|
||||
"NotAllowed_userUpdate": "Not allowed",
|
||||
"NotFound_user:userUpdate": "User not found",
|
||||
"FailedUpdate_Duplicate:userUpdate": "A user with this username already exists",
|
||||
"FailedUpdate_Duplicate:email:userUpdate": "A user with this email already exists",
|
||||
|
||||
"NotAllowed_newPost": "NotAllowed",
|
||||
"Unauthorized_newPost": "Not allowed",
|
||||
"MissingField_content:newPost": "Content required",
|
||||
|
||||
"NotAllowed_postUpdate": "NotAllowed",
|
||||
"NotAllowed_postUpdate": "Not allowed",
|
||||
"NotFound_post:postUpdate": "Post not found",
|
||||
|
||||
"Duplicate_user:register": "A user with this username or email already exists",
|
||||
|
||||
Reference in New Issue
Block a user