Closed neographophobic closed 3 years ago
I am a bot, here are the test results for this PR: https://ci-tests.linuxserver.io/lspipepr/healthchecks/v1.22.0-pkg-62b9cb81-pr-75/index.html https://ci-tests.linuxserver.io/lspipepr/healthchecks/v1.22.0-pkg-62b9cb81-pr-75/shellcheck-result.xml
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
The issue as far as I can see still occurs. If this is not the appropriate location to file bug reports, can somebody please point me to the more appropriate location.
LGTM, thanks.
Description:
Change how the super user is created so that they can successfully log in.
Benefits of this PR and context:
Solves Issue #74, and allows the super user created via the environment variables to login
How Has This Been Tested?
Source / References:
Used the script from Healthchecks that creates superusers at https://github.com/healthchecks/healthchecks/blob/master/hc/accounts/management/commands/createsuperuser.py as the basis for the change.