mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Revert "Updated to remove passwords from sessions" (#4422)
This commit is contained in:
committed by
Tony Murray
parent
ec9383be60
commit
a8efda8f30
@@ -47,6 +47,13 @@ function authenticate($username, $password)
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
function reauthenticate($sess_id, $token)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
function passwordscanchange($username = '')
|
||||
{
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user