Unable to authenticate user from auth hash

Forum for questions and support relating to the 1.34.x releases only.
Post Reply
technesurge
Posts: 8
Joined: Sat Feb 01, 2020 3:51 pm

Unable to authenticate user from auth hash

Post by technesurge »

Hello,

I'm pretty sure I started seeing these error messages when I upgraded from 1.34.5 to 1.34.6.

Code: Select all

2020-03-18 11:00:03	web_php		9194	ERR	Unable to authenticate user from auth hash 'cee203b0b3e16e8c885ce7a2e9163b1e'	/usr/share/zoneminder/www/includes/auth.php	191
2020-03-18 11:00:03	web_php		22707	ERR	Unable to authenticate user from auth hash 'cee203b0b3e16e8c885ce7a2e9163b1e'	/usr/share/zoneminder/www/includes/auth.php	191
2020-03-18 11:00:03	web_php		5032	ERR	Unable to authenticate user from auth hash 'cee203b0b3e16e8c885ce7a2e9163b1e'	/usr/share/zoneminder/www/includes/auth.php	191
These errors occured in half of the ZM_AUTH_HASH_TTL time. For example, if ZM_AUTH_HASH_TTL is set to 1, then the hash expires in half an hour and I see these error messages and I am logged out.

I tried reinstalling zoneminder, I checked that the timezone is set correctly in timezones.php and I changed the password to my user account. This did not work.

After looking at auth.php, it appears as though the hash is not being regenerated.

Any suggestions?
Thank you.
Post Reply