mirror of
				https://github.com/bashclub/zamba-lxc-toolbox.git
				synced 2025-11-04 08:02:28 +01:00 
			
		
		
		
	No automatic 2FA on admin user creation
This commit is contained in:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user