this post was submitted on 19 Mar 2025
642 points (98.3% liked)

Technology

67050 readers
4162 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] pogmommy@lemmy.ml 1 points 1 day ago

I had that problem when i first started using jellyfin- I would have to give my users some sort of default login which I couldn't trust them to actually go and change within jellyfin. And then when someone forgot their password, they'd have to ask me to manually reset their password, and until then they couldn't use their account.

My solution was to use the jellyfin LDAP auth plugin with an lldap docker container, so once I set up my users' accounts, they have to do the password reset process themselves to initially set their password, and the only info I need from them is their preferred username and email address. Makes sure they're familiar with the password reset process as well, and now if I get any questions/support requests related to passwords, I can simply direct them to the lldap password reset page.

It also makes it much easier to offer extra services such as mastodon and NextCloud which support LDAP, so users can manage their logins on all platforms from a central place.