mirror of
https://github.com/bashclub/zamba-lxc-toolbox.git
synced 2024-11-07 19:31:58 +01:00
No automatic 2FA on admin user creation
This commit is contained in:
parent
ccfdef4462
commit
476692b072
@ -697,8 +697,8 @@ printf >&2 "\n"
|
|||||||
echo -ne "Username: "
|
echo -ne "Username: "
|
||||||
read djangousername
|
read djangousername
|
||||||
python manage.py createsuperuser --username \${djangousername} --email ${adminemail}
|
python manage.py createsuperuser --username \${djangousername} --email ${adminemail}
|
||||||
RANDBASE=\$(python manage.py generate_totp)
|
#RANDBASE=\$(python manage.py generate_totp)
|
||||||
python manage.py generate_barcode \${RANDBASE} \${djangousername} ${frontenddomain}
|
#python manage.py generate_barcode \${RANDBASE} \${djangousername} ${frontenddomain}
|
||||||
deactivate
|
deactivate
|
||||||
EOF
|
EOF
|
||||||
chmod +x /usr/local/bin/register-rmm-admin
|
chmod +x /usr/local/bin/register-rmm-admin
|
||||||
|
Loading…
Reference in New Issue
Block a user