gotify / server

A simple server for sending and receiving messages in real-time per WebSocket. (Includes a sleek web-ui)
https://gotify.net
Other
11.52k stars 639 forks source link

Same apps for every user #676

Closed psyciknz closed 3 months ago

psyciknz commented 3 months ago

Have you read the documentation?

You are setting up gotify in

Describe your problem

I logged in as admin, and change password. And then created a few apps with tokens for messages. Very nice. Having come from pushover I understand this method of operation. I'd like a new user name now, but all the same apps. Is this possible?

Any errors, logs, or other information that might help us identify your problem

Ex: docker-compose.yml, nginx.conf, android logcat, browser requests, etc.

Name of the information here

contents here

eternal-flame-AD commented 3 months ago

You probably can connect to the database and modify the username manually but it won't be officially supported. The recommended way is to recreate the user and apps.

psyciknz commented 3 months ago

Thanks, yeah did wonder about that.