mirror of https://github.com/Requarks/wiki.git
5 changed files with 56 additions and 19 deletions
Split View
Diff Options
-
10server/controllers/auth.js
-
2server/libs/auth.js
-
20server/locales/en/auth.json
-
19server/locales/en/errors.json
-
24server/views/auth/login.pug
@ -0,0 +1,19 @@ |
|||
{ |
|||
"generic": "Oops, something went wrong", |
|||
"notexistdetail": "Would you like to create this entry?", |
|||
"forbidden": "Forbidden", |
|||
"forbiddendetail": "Sorry, you don't have the necessary permissions to access this page.", |
|||
"unauthorized": "Unauthorized", |
|||
"debugmsg": "Detailed debug trail", |
|||
"invalidaction": "Invalid Action.", |
|||
"invalidpath": "Invalid page path.", |
|||
"invaliduserid": "Invalid User Id", |
|||
"reservedname": "You cannot create a document with this name as it is reserved by the system.", |
|||
"alreadyexists": "This entry already exists!", |
|||
"starterfailed": "Could not load starter content!", |
|||
"actions": { |
|||
"create": "Create", |
|||
"gohome": "Go Home", |
|||
"loginas": "Login as..." |
|||
} |
|||
} |
Write
Preview
Loading…
Cancel
Save