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.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
User session events
CB triggers two user session events u can use to authenticate users with external
services, like for example LDAP or 3PD forums.
[code:1]//Login User event
function onBeforeLogin ($username, $passwd2)
function onAfterLogin ($row, true)
//Logout User event
function onLogout ($row, true)[/code:1]
Please Log in or Create an account to join the conversation.