feat: Allow admins to disable the login capability of an account #1272

Merged
nex merged 6 commits from nex/feat/admin-disable-login into main 2026-01-07 19:24:51 +00:00

6 commits

Author SHA1 Message Date
77e8fd1744
style: Use contains to check for row presence
Some checks failed
Documentation / Build and Deploy Documentation (pull_request) Successful in 2m57s
Checks / Prek / Clippy and Cargo Tests (pull_request) Failing after 3m23s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 4m17s
Documentation / Build and Deploy Documentation (push) Successful in 2m41s
Checks / Prek / Clippy and Cargo Tests (push) Failing after 3m27s
Checks / Prek / Pre-commit & Formatting (push) Successful in 4m37s
Release Docker Image / Build linux-amd64 (release) (push) Successful in 11m45s
Release Docker Image / Build linux-arm64 (release) (push) Successful in 9m12s
Release Docker Image / Create Multi-arch Release Manifest (push) Successful in 29s
Release Docker Image / Build linux-amd64 (max-perf) (push) Successful in 15m40s
Release Docker Image / Build linux-arm64 (max-perf) (push) Successful in 15m35s
Release Docker Image / Create Max-Perf Manifest (push) Successful in 17s
2026-01-07 17:31:54 +00:00
7fa7b129c0
perf: Store empty value (row only needs to exist) 2026-01-07 17:31:54 +00:00
247bc15659
fix: Await future 2026-01-07 17:31:53 +00:00
88a35e139d
fix: Correctly return M_USER_LOCKED during login 2026-01-07 17:31:53 +00:00
37574ef5cc
chore: Add news fragment 2026-01-07 17:31:53 +00:00
1c816850ed
feat: Allow admins to disable the login capability of an account
# Conflicts:
#	src/admin/user/commands.rs
2026-01-07 17:31:51 +00:00