[Bug]: Guest user should not be able to change its password #319

Closed
opened 2026-04-24 23:04:40 +02:00 by adam · 1 comment
Owner

Originally created by @joonatanjak on GitHub (Apr 29, 2022).

Describe the issue

I want to have an account I can safely share publicly but currently there seems to be no way to do that. I thought I could use the 'guest' account type but it seems to function exactly the same as a regular user. The 'guest' account type should not be able to change its own password as there is no purpose in sharing it publicly if anybody could just lock it by changing the password.

Steps to reproduce the issue

  1. Log in as root.
  2. Go to Settings -> Users.
  3. Click + and add a new account.
  • Username: guest
  • Password: guest
  • Account Type: guest
  1. Log out from root and log in with guest:.
  2. Open the Account page
  3. Change the password to guest2
  4. Log out and try to log in with guest:guest again

The guest account has been locked by changing the password.

Audiobookshelf version

v2.0.7

How are you running audiobookshelf?

Docker

Originally created by @joonatanjak on GitHub (Apr 29, 2022). ### Describe the issue I want to have an account I can safely share publicly but currently there seems to be no way to do that. I thought I could use the 'guest' account type but it seems to function exactly the same as a regular user. The 'guest' account type should not be able to change its own password as there is no purpose in sharing it publicly if anybody could just lock it by changing the password. ### Steps to reproduce the issue 1. Log in as root. 2. Go to `Settings -> Users`. 3. Click `+` and add a new account. - Username: `guest` - Password: `guest` - Account Type: `guest` 4. Log out from root and log in with `guest:`. 5. Open the Account page 6. Change the password to `guest2` 7. Log out and try to log in with `guest:guest` again The guest account has been locked by changing the password. ### Audiobookshelf version v2.0.7 ### How are you running audiobookshelf? Docker
adam added the bug label 2026-04-24 23:04:40 +02:00
adam closed this issue 2026-04-24 23:04:40 +02:00
Author
Owner

@advplyr commented on GitHub (Apr 30, 2022):

Updated in v2.0.8

@advplyr commented on GitHub (Apr 30, 2022): Updated in [v2.0.8](https://github.com/advplyr/audiobookshelf/releases/tag/v2.0.8)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#319