summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/StartPageLogin.vue
Commit message (Collapse)AuthorAgeFilesLines
* [authentication] Restructure api to match our new error code standardJannik Schönartz2019-03-041-4/+4
| | | | | Moved most of the res.send from the lib to the api Fixed frontend to match the new api
* [Account] Add password change functionalityJannik Schönartz2019-02-231-0/+2
| | | | | | | | | | [server] Remove hased password from userinfo api Implement change password function [webapp] Fix z-index for the fixed tab bar (udo) Implement userinfo and change password in the account module
* [authentication] Implement initial root account setupJannik Schönartz2019-02-221-0/+116
[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