mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-03-02 22:46:55 -05:00
[Enhancement]: "Forgot Your Password" Option #3221
Labels
No labels
authentication
awaiting release
backlog
bug
chapter editor
config-issue
ebooks
encoding/embedding
enhancement
help wanted
listening sessions & progress
planned
possible plugin
progress sync
sorting/filtering/searching
unable to reproduce
upload
users & permissions
waiting
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/audiobookshelf-advplyr#3221
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Jaakurin on GitHub (Feb 6, 2026).
Type of Enhancement
Web Interface/Frontend
Describe the Feature/Enhancement
I'm picturing in my mind a little "forgot your password" option right below the username and password fields on the login screen.
Provided the user has added an email address to their account, this feature could utilize Audiobookshelf's existing SMTP email capabilities to send a password reset link to the user's email address.
I also believe this option should be toggleable in the admin settings, so it can be turned off in the event of abuse.
(I chose front-end as the enhancement type because it is a front-end feature, but I realize this will require work on the back-end as well to generate and send the links.)
Why would this be helpful?
I believe it would be a great quality of life enhancement for users and admins alike. Admins who forget their passwords would have an easy way to regain access, and users would be able to reset their own passwords without admin intervention. And it could make use of the existing SMTP architecture to accomplish this.
Future Implementation (Screenshot)
My apologies for the poorly edited screenshot. Obviously the link should be a smaller text size.
I'm thinking the link takes you to a text field to enter your email address and click a submit button. If the email address matches an account on file, a password reset link is emailed to that address.
Audiobookshelf Server Version
v2.32.1
Current Implementation (Screenshot)