[SOLVED] "No rights for this script" for admin after update

Hello,

I updated to the newest master branch yesterday (#149e903dd1). And now I cannot login any more.

Event when I try to login as admin I get the error message “Your access level is insufficient to run this script.”.

The previous version that was installed was a little bit old (db schema version ~130).

CentOS 6, PHP 5.6, postgresql 9.2

I already checked the access level of the admin user in the db (was 10).

Any idea what causes this problem or how it can be fixed?

Regards!
Stefan

are you using any non-standard authentication modules like http_auth?

try using incognito mode so that browser doesn’t screw you with autocomplete on login

e: you can always update from the command line via update.php btw

Thanks for your answer!

I do not use other authentication modules.

But when I switched to incognito mode, then changed the admin password, it worked.

Regards!
Stefan