[SYSTEMCONTROL] Logging the failed auth to auth.log #15
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Actually, the platform is loggin the success log in of users with auth-success occuracy in the auth.log file but not the failed auth. Should be better if the platform logs failed auth too, then we'll be able to check and take mesure against brut-force attacks with fail2ban.
The functionnality is implemented for auth log in, it only requires to do the same for failed log in the authSession() function located in the systemcontrol.php file.
It's done. Platform logs failed auth now.It logs even if new guest session or not.
Pushed to master