Hello
I want to delete the lines in the login module / frontend:
- Stay signed in
- Forgot Username?
- Forgot Password?
- Create an account
Thanks
Reto
- retoo
- Commercial Templates
- Thursday, 17 March 2022
- Subscribe via email
Hi Reto
May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
Ciaran
May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.
Ciaran
- one week ago
- Commercial Templates
- # 1
Thank you, unfortunately this code doesn't change anything, you had already sent it to me before.
If you leave the login fields empty, a new page will appear with the options to click on "Forgot password" and "Forgot username". This means that anyone can request a username and password, which is inappropriate, isn't it?
Reto
If you leave the login fields empty, a new page will appear with the options to click on "Forgot password" and "Forgot username". This means that anyone can request a username and password, which is inappropriate, isn't it?
Reto
- 2 weeks ago
- Commercial Templates
- # 2
Hi Reto
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
Ciaran
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
.com-users-login__options {
display: none;
}
Ciaran
- 2 weeks ago
- Commercial Templates
- # 3
Here it is:
https://www.oetterli-metallbau.ch/index.php/login
https://www.oetterli-metallbau.ch/index.php/login?view=reset
These pages should not be accessible.
Reto
https://www.oetterli-metallbau.ch/index.php/login
https://www.oetterli-metallbau.ch/index.php/login?view=reset
These pages should not be accessible.
Reto
- 2 weeks ago
- Commercial Templates
- # 4
Hi Ciaran
I would like to take up this topic again. Despite the suggested CSS codes, there are still pages in the login menu module that allow you to request the forgotten password or user name. How do I make these pages disappear?
Reto
I would like to take up this topic again. Despite the suggested CSS codes, there are still pages in the login menu module that allow you to request the forgotten password or user name. How do I make these pages disappear?
Reto
- 3 weeks ago
- Commercial Templates
- # 6
Thank you Reto
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
On a side note I would suggest updating your template to the latest download to ensure you have all the latest fixes (eg. error alerts not displaying when entering incorrect login details).
Ciaran
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
.com-users-login__options {
display: none;
}
On a side note I would suggest updating your template to the latest download to ensure you have all the latest fixes (eg. error alerts not displaying when entering incorrect login details).
Ciaran
- more than a month ago
- Commercial Templates
- # 8
Hi Ciaran
Great, that works excellent. I'm happy, thank you!
What confuses me: If I do not enter a password, it shows a new login mask in the frontend, where always "forgot username / password" appears below. What do you advise?
Reto
Great, that works excellent. I'm happy, thank you!
What confuses me: If I do not enter a password, it shows a new login mask in the frontend, where always "forgot username / password" appears below. What do you advise?
Reto
- more than a month ago
- Commercial Templates
- # 10
Hi Reto
You could try hiding these items with some custom CSS. To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
Ciaran
You could try hiding these items with some custom CSS. To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
.mod-login__options {
display: none;
}
Ciaran
- more than a month ago
- Commercial Templates
- # 11
Hello Ciaran
There (User/Manage/Options) you can deactivate the user registration and the sending of the password, but these choices still appear in the login module: I would like to hide these options:
- Remain signed in
- Forgot Username
- Forgot Password
- Create Account
Registered users should only be able to log in and out, without the options forgot user name, etc. Because this choice involves the risk of unauthorized persons registering.
Many thanks
Reto
There (User/Manage/Options) you can deactivate the user registration and the sending of the password, but these choices still appear in the login module: I would like to hide these options:
- Remain signed in
- Forgot Username
- Forgot Password
- Create Account
Registered users should only be able to log in and out, without the options forgot user name, etc. Because this choice involves the risk of unauthorized persons registering.
Many thanks
Reto
- more than a month ago
- Commercial Templates
- # 12
Hi Reto
You will find options to disable registration and hide reminder options from your Users -> Manage -> Options panel.
Ciaran
You will find options to disable registration and hide reminder options from your Users -> Manage -> Options panel.
Ciaran
- more than a month ago
- Commercial Templates
- # 13
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »