[PR #1127] [MERGED] Add configurable user lockout #8669

Closed
opened 2026-02-07 05:48:15 +03:00 by OVERLORD · 0 comments
Owner

📋 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: masterHead: lockoutfix


📝 Commits (5)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/1127 **Author:** [@LogicalPhallacy](https://github.com/LogicalPhallacy) **Created:** 3/17/2019 **Status:** ✅ Merged **Merged:** 3/19/2019 **Merged by:** [@joshuaboniface](https://github.com/joshuaboniface) **Base:** `master` ← **Head:** `lockoutfix` --- ### 📝 Commits (5) - [`1ee016c`](https://github.com/jellyfin/jellyfin/commit/1ee016c99745ed4a29f8995de1478ab6a6e410e9) configurable user lockout - [`9df1506`](https://github.com/jellyfin/jellyfin/commit/9df150679416b3d894afaab28a5e48c07d2d9226) Merge pull request #2 from LogicalPhallacy/master - [`b04200c`](https://github.com/jellyfin/jellyfin/commit/b04200ca68b980298dfb8582417139cc70867bd1) adding regex fix - [`fc28c92`](https://github.com/jellyfin/jellyfin/commit/fc28c9237cf08bd0100629ad5830824397e52565) fixed line endings - [`80aedcd`](https://github.com/jellyfin/jellyfin/commit/80aedcd7e24a7708f44491e3cd359f911a124c8f) really fixed line endings ### 📊 Changes **2 files changed** (+13 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/Library/UserManager.cs` (+10 -2) 📝 `MediaBrowser.Model/Users/UserPolicy.cs` (+3 -0) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 05:48:15 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#8669