mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2024-12-26 00:29:17 +01:00
Merge pull request #64 from hikhvar/dont-print-credentials
Do not print the admin credentials on container startup.
This commit is contained in:
commit
19805a4312
@ -29,7 +29,7 @@ if [ -z ${SUPERUSER_API_TOKEN+x} ]; then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "💡 Username: ${SUPERUSER_NAME}, E-Mail: ${SUPERUSER_EMAIL}, Password: ${SUPERUSER_PASSWORD}, Token: ${SUPERUSER_API_TOKEN}"
|
echo "💡 Username: ${SUPERUSER_NAME}, E-Mail: ${SUPERUSER_EMAIL}"
|
||||||
|
|
||||||
./manage.py shell --plain << END
|
./manage.py shell --plain << END
|
||||||
from django.contrib.auth.models import User
|
from django.contrib.auth.models import User
|
||||||
|
Loading…
Reference in New Issue
Block a user