Sorry about this, just confirmed this is a bug in new release of iRedAdmin-Pro. Please fix it with below steps:
*) Open file libs/iredbase.py, find below line (about line 23-27):
# Check Policyd/Cluebringer
enable_policyd = settings.policyd_enabled
enable_cluebringer = settings.policyd_enabled
if settings.policyd_db_name in ['cluebringer']:
enable_policyd = False
*) Add two lines after 'enable_policyd = False':
# Check Policyd/Cluebringer
enable_policyd = settings.policyd_enabled
enable_cluebringer = settings.policyd_enabled
if settings.policyd_db_name in ['cluebringer']:
enable_policyd = False
else:
enable_cluebringer = False
*) Save your changes.
*) Restart Apache service, delete all records in SQL table "iredadmin.sessions". Then it should be fine.