Question

i need to remove the registration link inside the login view http://bartenders4hire.net/index.php/login without completely disabling the registration functionality.

We are using js Jobs on the site and the regular registration is not providing all fields, therefore i need to find the code where i simply can delete the registration link.

I looked inside the modules and plugins, but couldn't find it

Anyone has an idea where i can find that code?

Was it helpful?

Solution

You'll find the registration-link in /components/com_users/views/login/tmpl/default_login.php on the bottom of the file. You can override this file in your own template by copying it to /templates/yourtemplate/html/com_users/login/default_login.php. Then you can remove the registration-line from the file in your template,

regards Jonas

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top