Topic-icon Disabling Joomla login

Active Subscriptions:

None
10 years 8 months ago #35174 by nicholas.dickey
Hi,
I want to leave only JLinked login capability and get rid of native login. When the login expires it shows now the username / password box. I only support JLinked users. Is there a way to get rid of that native login re-login UI?
Thanks, I hope that makes sense.
Nick
The topic has been locked.
Support Specialist
10 years 8 months ago #35194 by alzander
Replied by alzander on topic Disabling Joomla login
Nick,
To do that, you'd actually have to edit the com_users template file for the login page. That's where users are automatically redirected when their session expires.

The best way to make the edits is to copy /components/com_users/views/login/tmpl/default_login.php to /templates/<YOUR_TEMPLATE>/com_users/login/default_login.php (create any directories in that path that don't exist). Then, edit that file there, basically removing just about all of the code.

Copying the file creates a template overrides so that your changes won't be lost if you update Joomla in the future.

I hope that helps, but if you need anything else, just let us know.

Thanks,
Alex
The topic has been locked.