Is onUserAuthorisationFailure replaced onAuthenticateFailure (later on 1.5)?
Please advice and feel free to help me with the doc update to 2.5 compatability.
Thanks, Ofer
nant
unread,
Nov 27, 2012, 1:04:19 AM11/27/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to joomla-...@googlegroups.com
thanks for updating this. question: is there any event when someone saves the user access permissions from the users option icon?
Sam Moffatt
unread,
Nov 27, 2012, 9:46:00 PM11/27/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to joomla-...@googlegroups.com
I'm not sure what onAuthenticateFailure is off the top of my head and
I couldn't find it in a Joomla 1.5 instance I had locally.
onUserAuthorisationFailure was a new trigger I added to permit
authentication plugins to not authorise a user logging on for what
ever reason (blocked/denied from logging in, their account had expired
or just they didn't like the look of the user).
onUserLoginFailure[1] was the updated version of onLoginFailure that
exists in my version of Joomla 1.5[2]. That was part of the
namespacing of trigger events to make things clearer.