mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #1223] unable to create new user #864
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#864
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?
Originally created by @Its-EGS on GitHub (Nov 19, 2024).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1223
🐞 Describe the bug
trying to create a new user on cli
💻 Components impacted
try it on ntfy server version 2.11.0 running in docker on synology
💡 Screenshots and/or logs


No logs are generated, neither with the first command nor with the second. Even with
TRACE🔮 Additional context
the first command simply does not prompt for the password repeat. It is irrelevant whether it is a complex password with special characters or a simple one as in the example screenshot.
@wunter8 commented on GitHub (Nov 19, 2024):
I'm not sure what the issue is. I just ran the same commands without a problem. Try it with
docker exec -it ntfy ...instead of just "-t".Also, you could try running the commands from a shell inside the container:
docker exec -it ntfy /bin/shthenntfy user add phil@Its-EGS commented on GitHub (Nov 20, 2024):
yes,
docker exec -it ntfy /bin/shworked for me. Thanks a lot.