External Login State - Joomla! Forum - community, help and support
hi,
i hope forum right 1 question...
i'm working on little project login joomla site c++ application. works far well...
but heres question how can tell if login request successfull of failed? couldn't find http-response status codes, etc. on first glance.
p.s. i'm not using extensions on webserver joomla site on it, core com_users login via http-requests.
thank you.
regards.
i hope forum right 1 question...
i'm working on little project login joomla site c++ application. works far well...
but heres question how can tell if login request successfull of failed? couldn't find http-response status codes, etc. on first glance.
p.s. i'm not using extensions on webserver joomla site on it, core com_users login via http-requests.
thank you.
regards.
create user plugin notify listener on webserver.
http://docs.joomla.org/plugin/events/user#onloginuser
http://docs.joomla.org/plugin/events/user#onloginuser
Comments
Post a Comment