| af93d154 | 12-Aug-2025 |
Andreas Gohr <gohr@cosmocode.de> |
fix login/logout logging
This does not reference sessions nor does it use a foreign key to user, because it logs users independent of the current session (on create) or non-existing users (on failed
fix login/logout logging
This does not reference sessions nor does it use a foreign key to user, because it logs users independent of the current session (on create) or non-existing users (on failed logins)
show more ...
|