mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #1127] [MERGED] Add configurable user lockout #8669
Reference in New Issue
Block a user
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?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/1127
Author: @LogicalPhallacy
Created: 3/17/2019
Status: ✅ Merged
Merged: 3/19/2019
Merged by: @joshuaboniface
Base:
master← Head:lockoutfix📝 Commits (5)
1ee016cconfigurable user lockout9df1506Merge pull request #2 from LogicalPhallacy/masterb04200cadding regex fixfc28c92fixed line endings80aedcdreally fixed line endings📊 Changes
2 files changed (+13 additions, -2 deletions)
View changed files
📝
Emby.Server.Implementations/Library/UserManager.cs(+10 -2)📝
MediaBrowser.Model/Users/UserPolicy.cs(+3 -0)📄 Description
Changes
This adds a configurable user option for the lockout attempts, and changes the default for new accounts to -1 (lockout disabled)
Issues
#187 is addressed by this, though not fully solved
Note: This change also necessitates a PR in jellyfin web, link: https://github.com/jellyfin/jellyfin-web/pull/190
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.