mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-25 14:15:53 +03:00
[GH-ISSUE #233] [Feature Request] Registration token #772
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/anonaddy#772
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 @pacroix on GitHub (Dec 1, 2021).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/233
I'm self hosting the application and want to make it available to a few well trusted friends and family members.
Currently the only way to create new users is through the registration form, but I don't want to make it public because then everyone could create an account. Would it be possible to add a config entry with a string that you have to provide when registering, that you can share with people who should be allowed to register?
@willbrowningme commented on GitHub (Dec 1, 2021):
There is already a command that allows you to create new users from the CLI.
e.g.
This will create a user with the password set as their user_id, they can then login and update their password.
So you can send them these details and tell them to reset their password when they first login.