feat: first time admin user creation through the ui

This commit is contained in:
Deluan
2020-01-25 17:10:16 -05:00
parent b4c95fa8db
commit 58a7879ba8
9 changed files with 301 additions and 147 deletions
+3 -8
View File
@@ -83,15 +83,10 @@ This will generate the `navidrome` binary in the project's root folder. Start th
```
The server should start listening for requests on the default port __4533__
### First time password
The first time you start the app it will create a new user "admin" with a random password.
Check the logs for a line like this:
```
Creating initial user. Please change the password! password=XXXXXX user=admin
```
### Running for the first time
You can change this password using the UI. Just browse to http://localhost:4533/app#/user
and login with this temporary password.
After starting Navidrome for the first time, go to http://localhost:4533. It will ask you to create your first admin
user.
## Screenshots