Search found 2 matches

by mike.obninsk
Tue Apr 10, 2012 7:53 am
Forum: ZoneMinder Hints & Tips
Topic: Passwordless shortcut login with auth hash. How to?
Replies: 1
Views: 3709

Re: Passwordless shortcut login with auth hash. How to?

OK! if nobody can help me... I hack file /var/www/includes/functions.php and change if in function getAuthUser( $auth ) if ( $user['Username']=="demo" && $auth == ZM_AUTH_HASH_SECRET ) And setp up user demo with minimal rights and set up options: AUTH_TYPE builtin AUTH_RELAY hashed...
by mike.obninsk
Tue Mar 20, 2012 2:39 pm
Forum: ZoneMinder Hints & Tips
Topic: Passwordless shortcut login with auth hash. How to?
Replies: 1
Views: 3709

Passwordless shortcut login with auth hash. How to?

Hi people! I use zoneminder 1.25 and all works fine, but I want shortcut for secure passwordless login. There is FEATURE - Allows shortcut logins on any page of web interface via passing of 'auth' hash as currently passed to zms. This must be explicitly enabled via AUTH_HASH_LOGINS option. How can I...