[GH-ISSUE #1223] unable to create new user #864

Closed
opened 2026-05-07 00:28:15 +02:00 by BreizhHardware · 2 comments

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
grafik
grafik

No logs are generated, neither with the first command nor with the second. Even withTRACE

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

Originally created by @Its-EGS on GitHub (Nov 19, 2024). Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1223 :lady_beetle: **Describe the bug** trying to create a new user on cli :computer: **Components impacted** try it on ntfy server version 2.11.0 running in docker on synology :bulb: **Screenshots and/or logs** ![grafik](https://github.com/user-attachments/assets/a4d845ca-3fa8-4350-aa03-071a4fc47d5a) ![grafik](https://github.com/user-attachments/assets/02a71de1-3223-4fbd-a7fd-7e2a10651cda) No logs are generated, neither with the first command nor with the second. Even with`TRACE` :crystal_ball: **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.
BreizhHardware 2026-05-07 00:28:15 +02:00
  • closed this issue
  • added the
    🪲 bug
    label
Author
Owner

@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/sh then ntfy user add phil

<!-- gh-comment-id:2486912286 --> @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/sh` then `ntfy user add phil`
Author
Owner

@Its-EGS commented on GitHub (Nov 20, 2024):

yes, docker exec -it ntfy /bin/sh worked for me. Thanks a lot.

<!-- gh-comment-id:2487775786 --> @Its-EGS commented on GitHub (Nov 20, 2024): yes, `docker exec -it ntfy /bin/sh` worked for me. Thanks a lot.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ntfy#864
No description provided.