alve89 / j_plg_hrz_disablelogin

GNU General Public License v3.0
1 stars 1 forks source link

Redirection URL after successful login #11

Open filipe-torres opened 3 months ago

filipe-torres commented 3 months ago

Using and testing this plugin I could observe that after successful login I was redirected to user profile. I was thinking that could be useful if there is a new optional text form field to redirect to specific URL after successful login.

alve89 commented 3 months ago

Spontaneously I'm not sure if this is possible without a specific login form where a landing page should be easily configurable. Now the login is directly performed by com_users through accessing a URL of this component. The login is not handled by this plugin. I need to check if this plugin type is supposed to handle an onAfterAuthenticate() (or something like that) method.

Please open a new issue as feature request so it will not be forgotten, I'll have a look at it.