Can't create a super user #1673
Replies: 5 comments
-
Hi! Which version of IntelOwl are you using to have this bug? I'm unabe to replicate it in both |
Beta Was this translation helpful? Give feedback.
-
Hi! I'm using the latest version |
Beta Was this translation helpful? Give feedback.
-
Hi! |
Beta Was this translation helpful? Give feedback.
-
Hi! For your problem, unfortunately we are going to need some logs for the error: a 500 status code means that there are some problem on the backend. IF you have the |
Beta Was this translation helpful? Give feedback.
-
please set fake values in the following env variables and then restart the application: see other closed issues: #1665. This issue will be fixed in the next release |
Beta Was this translation helpful? Give feedback.
-
Hi guys
I'm having a problem when I execute the next command docker exec -ti intelowl_uwsgi python3 manage.py createsuperuser
sudo docker exec -ti intelowl_uwsgi python3 manage.py createsuperuser
[sudo] password for intowl:
Traceback (most recent call last):
File "/opt/deploy/intel_owl/manage.py", line 25, in
main()
File "/opt/deploy/intel_owl/manage.py", line 21, in main
execute_from_command_line(sys.argv)
File "/usr/local/lib/python3.9/site-packages/django/core/management/init.py", line 446, in execute_from_command_line
utility.execute()
File "/usr/local/lib/python3.9/site-packages/django/core/management/init.py", line 440, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/usr/local/lib/python3.9/site-packages/django/core/management/base.py", line 402, in run_from_argv
self.execute(*args, **cmd_options)
File "/usr/local/lib/python3.9/site-packages/django/contrib/auth/management/commands/createsuperuser.py", line 88, in execute
return super().execute(*args, **options)
File "/usr/local/lib/python3.9/site-packages/django/core/management/base.py", line 443, in execute
self.check()
File "/usr/local/lib/python3.9/site-packages/django/core/management/base.py", line 475, in check
all_issues = checks.run_checks(
File "/usr/local/lib/python3.9/site-packages/django/core/checks/registry.py", line 88, in run_checks
new_errors = check(app_configs=app_configs, databases=databases)
File "/usr/local/lib/python3.9/site-packages/drf_recaptcha/checks.py", line 18, in recaptcha_system_check
raise ImproperlyConfigured("settings.DRF_RECAPTCHA_SECRET_KEY must be set.")
django.core.exceptions.ImproperlyConfigured: settings.DRF_RECAPTCHA_SECRET_KEY must be set.
I can't create a super user
Beta Was this translation helpful? Give feedback.
All reactions