Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.
Help keep Vanilla free:library/People/People.Class.Authenticator.php
// Retrieve matching username/password values
// My Authenticator
$Configuration['AUTHENTICATION_MODULE'] = 'People/People.Class.MyAuthenticator.php';
if (!session_id()) { session_name($this->Context->Configuration['YourSessionConfigVariable']); session_start(); }1 to 6 of 6