1. retoo
  2. Sherlock Holmes
  3. Commercial Templates
  4. Thursday, 17 March 2022
  5.  Subscribe via email
Hello
I want to delete the lines in the login module / frontend:
- Stay signed in
- Forgot Username?
- Forgot Password?
- Create an account

Thanks
Reto
Attachments (1)
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Reto

You will find options to disable registration and hide reminder options from your Users -> Manage -> Options panel.

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
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
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
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)....

.mod-login__options {
display: none;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
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
Attachments (1)
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Reto

Would you have a URL to an example of this element?

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you Reto

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
  1. more than a month ago
  2. Commercial Templates
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
Excellent! I am happy, thank you.
Reto
  1. more than a month ago
  2. Commercial Templates
  3. # 7
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!