-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add command to create users #458
Comments
tdruez
added a commit
that referenced
this issue
Jun 23, 2022
Signed-off-by: Thomas Druez <tdruez@nexb.com>
tdruez
added a commit
that referenced
this issue
Jun 24, 2022
Signed-off-by: Thomas Druez <tdruez@nexb.com>
tdruez
added a commit
that referenced
this issue
Jun 24, 2022
Signed-off-by: Thomas Druez <tdruez@nexb.com>
tdruez
added a commit
that referenced
this issue
Jun 24, 2022
Signed-off-by: Thomas Druez <tdruez@nexb.com>
tdruez
added a commit
that referenced
this issue
Jun 24, 2022
* Add a "create-user" management command #458 Signed-off-by: Thomas Druez <tdruez@nexb.com> * Refine the stdout/stderr syntax on management commands #458 Signed-off-by: Thomas Druez <tdruez@nexb.com> * Add password prompt for the create-user command #458 Signed-off-by: Thomas Druez <tdruez@nexb.com> * Add documentation for the create-user command #458 Signed-off-by: Thomas Druez <tdruez@nexb.com>
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Following #359
We've implemented authentication but we have no simple way to create simple users with their API key.
The current workaround is to use
createsuperuser
and usedrf_create_token
. This is not documented.The text was updated successfully, but these errors were encountered: