Searched refs:addAuthenticationLog (Results 1 – 11 of 11) sorted by relevance
107 Log::addAuthenticationLog('Login failed (no session cookies): ' . $username);114 Log::addAuthenticationLog('Login failed (no such user/email): ' . $username);119 Log::addAuthenticationLog('Login failed (incorrect password): ' . $username);124 Log::addAuthenticationLog('Login failed (not verified by user): ' . $username);129 Log::addAuthenticationLog('Login failed (not approved by admin): ' . $username);134 … Log::addAuthenticationLog('Login: ' . Auth::user()->userName() . '/' . Auth::user()->realName());
50 … Log::addAuthenticationLog('Logout: ' . Auth::user()->userName() . '/' . Auth::user()->realName());
67 Log::addAuthenticationLog('Deleted user: ' . $user->userName());
64 Log::addAuthenticationLog('Masquerade as user: ' . $user->userName());
65 Log::addAuthenticationLog('Deleted user: ' . $user->userName());
70 Log::addAuthenticationLog('Password reset for user: ' . $user->userName());
93 Log::addAuthenticationLog('User ->' . $username . '<- created');
111 Log::addAuthenticationLog('Password request for user: ' . $user->userName());
119 Log::addAuthenticationLog('User ' . $username . ' verified their email address');
124 Log::addAuthenticationLog('User registration requested for: ' . $username);
44 public static function addAuthenticationLog(string $message): void function in Fisharebest\\Webtrees\\Log