Please Log in or Create an account to join the conversation.

Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.

If logging is enabled it logs a unique entry by user id and by ip address. If their ip address didn't change then it just increments count. That's pretty much all there is to it. Logging is not specific to logins.Could you clarify exactly what triggers the "Count" increment and if the log indeed overwrites a single row?
No.If it does, is there a configuration to change the logging behavior so a new row is generated for every single login/login attempt?
That's handled by the Attempts feature. Once enabled it will keep track of all failed attempts (captcha, login, forgot login (if using CBs), and registration). Attempts are used to automate several blocking features. Specifically for login within CB AntiSpam > Parameters > Login > Auto Block, which can automatically block someone for too many failed login attempts.Lastly, is it possible to log failed login attempts specifically (e.g., when a user is blocked due to a duplicate login)?
A block reason in that case is only going to be displayed for denied login. It's just added to Joomla's message queue so it'll show wherever your Joomla's template displays messages. Logout of current session won't show anything. If their actual account was blocked they'll be seen the message on denied login as well.How are these notifications intended to display or be delivered? What is the best way to ensure a clear message is actually triggered—ideally to both the person starting the new session and the person whose session just got terminated?
Block Duration isn't relevant to deny login or logout current session.Is there a way to make the block dynamic so it only denies the login while the other session is actively running? If we are forced to use a time-based duration instead (like a 1-minute timeout), what is the correct formatting syntax for that field?
Please Log in or Create an account to join the conversation.