bug fix: reset acl for users.

This commit is contained in:
Usman Nasir
2019-08-26 12:39:04 +05:00
parent 290f8a5f2f
commit 169c19e089

View File

@@ -567,11 +567,6 @@ class Upgrade:
except:
pass
try:
cursor.execute("UPDATE loginSystem_administrator SET acl_id = 3")
except:
pass
try:
cursor.execute("UPDATE loginSystem_administrator SET acl_id = 1 where userName = 'admin'")
except: