From 892a048d072d05886951bcb92e6b61c2094a6463 Mon Sep 17 00:00:00 2001 From: Jannik Schönartz Date: Fri, 22 Feb 2019 01:59:26 +0000 Subject: [authentication] Implement initial root account setup [backend] Reworked authentication library to the api structure Add authentication api to remove the login routes from the router.js [webapp] Split login Page in StartPage + Login/Setup Add Setup Page for the initial root creation --- webapp/src/components/LoginPage.vue | 129 ------------------------------------ 1 file changed, 129 deletions(-) delete mode 100644 webapp/src/components/LoginPage.vue (limited to 'webapp/src/components/LoginPage.vue') diff --git a/webapp/src/components/LoginPage.vue b/webapp/src/components/LoginPage.vue deleted file mode 100644 index 40b08ee..0000000 --- a/webapp/src/components/LoginPage.vue +++ /dev/null @@ -1,129 +0,0 @@ - -{ - "en": { - "username": "Username", - "password": "Password", - "login": "Login", - "usernameError": "User not found.", - "passwordError": "Wrong password.", - "usernameEmptyError": "Username can not be empty.", - "passwordEmptyError": "Passwort can not be empty." - }, - "de": { - "username": "Benutzername", - "password": "Passwort", - "login": "Anmelden", - "usernameError": "Benutzer nicht gefunden.", - "passwordError": "Passwort falsch.", - "usernameEmptyError": "Benutzername kann nicht leer sein.", - "passwordEmptyError": "Passwort kann nicht leer sein." - } -} - - - - - - - -- cgit v1.2.3-55-g7522