mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 13:07:36 +03:00
Allow regular users to change their info, including password.
Should fix #199
This commit is contained in:
parent
22582392a0
commit
a35de2bfd1
9 changed files with 77 additions and 25 deletions
|
@ -60,6 +60,7 @@ func handleLogin(ds model.DataStore, username string, password string, w http.Re
|
|||
payload := map[string]interface{}{
|
||||
"message": "User '" + username + "' authenticated successfully",
|
||||
"token": tokenString,
|
||||
"id": user.ID,
|
||||
"name": user.Name,
|
||||
"username": username,
|
||||
"isAdmin": user.IsAdmin,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue