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

Add no-input option for make-admin-user #221

Open
AetherUnbound opened this issue Oct 22, 2022 · 0 comments · May be fixed by #469
Open

Add no-input option for make-admin-user #221

AetherUnbound opened this issue Oct 22, 2022 · 0 comments · May be fixed by #469
Labels
docker/env Docker, environment, or CI changes good first issue Good for newcomers hacktoberfest Good hacktoberfest issues help wanted Extra attention is needed

Comments

@AetherUnbound
Copy link
Collaborator

We have a custom command, make-admin-user, which sets up a administrator user account for us.

Part of our just fresh-start recipe is creating this user, although due to the current implementation this requires user input:

{{ RUN_WEB }} flask make-admin-user

It would be nice if we could specify all the values we wanted via the command line, e.g. --user admin --email [email protected] --password admin.

@AetherUnbound AetherUnbound added docker/env Docker, environment, or CI changes good first issue Good for newcomers hacktoberfest Good hacktoberfest issues help wanted Extra attention is needed labels Oct 22, 2022
@AetherUnbound AetherUnbound linked a pull request Jun 26, 2024 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docker/env Docker, environment, or CI changes good first issue Good for newcomers hacktoberfest Good hacktoberfest issues help wanted Extra attention is needed
Projects
Status: 📋 Backlog
Development

Successfully merging a pull request may close this issue.

1 participant