mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[PR #1413] [MERGED] prevent changing a provisioned user's password #1598
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#1598
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?
📋 Pull Request Information
Original PR: https://github.com/binwiederhier/ntfy/pull/1413
Author: @wunter8
Created: 8/3/2025
Status: ✅ Merged
Merged: 8/5/2025
Merged by: @binwiederhier
Base:
main← Head:change-password-provisioned-user📝 Commits (6)
8146361prevent changing a provisioned user's passwordc4c4916Do not allow changing tokens, user role, or delete usersbcfb50bDisallow changing provisioned user and tokenscef228fDerpd35dfc1Bump release notes and such4225ce2Release notes📊 Changes
15 files changed (+229 additions, -112 deletions)
View changed files
📝
cmd/user_test.go(+8 -0)📝
docs/install.md(+30 -30)📝
docs/releases.md(+16 -8)📝
go.mod(+6 -6)📝
go.sum(+12 -12)📝
server/errors.go(+2 -0)📝
server/server_account.go(+22 -5)📝
server/server_account_test.go(+11 -1)📝
server/types.go(+7 -5)📝
user/manager.go(+40 -8)📝
user/manager_test.go(+3 -0)📝
user/types.go(+13 -11)📝
web/package-lock.json(+15 -16)📝
web/public/static/langs/en.json(+2 -0)📝
web/src/components/Account.jsx(+42 -10)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.