bug fix: reset acl for users.

This commit is contained in:
Usman Nasir
2019-08-26 12:39:04 +05:00
parent 35031cba78
commit 11ff5c0ff0

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: