Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create User command for artisan #4744

Closed
codemonkeysoftware opened this issue Dec 27, 2020 · 3 comments · Fixed by #4745
Closed

Create User command for artisan #4744

codemonkeysoftware opened this issue Dec 27, 2020 · 3 comments · Fixed by #4745

Comments

@codemonkeysoftware
Copy link

Is your feature request related to a problem? Please describe.
I installed an instance of Monica and want to add additional accounts for other family members, but I don't want to open my instance to any person. While the SetupProduction command allows you to create an initial account, there is no easy way to create additional accounts. (See #4617 for another example of this)

Describe the solution you'd like
I would like an artisan command to create a new account easily from the command line.

Describe alternatives you've considered (optional)
#1876 talks about an admin portal, but that's a ways off. We could use the API, but that is rather complicated for an occasional new user.

@userbradley
Copy link

Hey @lpdyck, you can actually enable signup in the .env file:

# Ability to disable signups on your instance.
# Can be true or false. Default to false.
APP_DISABLE_SIGNUP=false

# Enable user email verification.
APP_SIGNUP_DOUBLE_OPTIN=true

Simply add their email in to the login page under sign up and you should be good to go.

@ford-prefect
Copy link

@userbradley the idea I believe is to allow the administrator to add new users without having to open sign up to anybody on the Internet. At least this is what I would like this feature for. :)

@github-actions
Copy link

github-actions bot commented Feb 1, 2022

This issue has been automatically locked since there
has not been any recent activity after it was closed.
Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 1, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants