Usman Nasir
2022-02-05 14:50:02 +05:00
parent be2bcd2e02
commit 3bc19e75f3
4 changed files with 4 additions and 4 deletions

View File

@@ -2333,7 +2333,7 @@ StrictHostKeyChecking no
if hashPassword.check_password(admin.password, adminPass):
if adminEmail is None:
data['adminEmail'] = "usman@cyberpersons.com"
data['adminEmail'] = "example@example.org"
try:
acl = ACL.objects.get(name=apiACL)