1
0
mirror of https://github.com/spl0k/supysonic.git synced 2024-09-18 18:31:04 +00:00

fix documentation on how to create new admin user

This commit is contained in:
Louis-Philippe Véronneau 2020-01-11 22:41:36 -05:00
parent 61edff6122
commit 85edae53db
No known key found for this signature in database
GPG Key ID: 7AEAC4EC6AAA0A97
2 changed files with 4 additions and 2 deletions

View File

@ -191,7 +191,8 @@ library is located and create a user to allow calls to the API.
Let's start by creating a new admin user this way:
$ supysonic-cli user add MyUserName -a -p MyAwesomePassword
$ supysonic-cli user add MyUserName -p MyAwesomePassword
$ supysonic-cli user setroles -A MyUserName
To add a new folder to your music library, you can do something like this:

View File

@ -54,7 +54,8 @@ Examples
To add a new admin user::
$ supysonic-cli user add MyUserName -a -p MyAwesomePassword
$ supysonic-cli user add MyUserName -p MyAwesomePassword
$ supysonic-cli user setroles -A MyUserName
See Also
========