Passwort Reset - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Passwort Reset

MK

Michael Kellner

Template 2 years ago

Hello everyone,

Are there instructions for helix ultimate ...how I can hide “reset password” in the login module?

best regards

michael

0
3 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #129449

as 2nd step, I suggest to change value(s) in: Users > Options > Password Options (tab)

info_1459_2023.gif


Joomla features & settings are on your hands.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #129448

Hi Michael,

by default Joomla doesn't allows that, that's why you can hide that link using two alternative methods:

  1. By module override customization (and remove that html code from it)
  2. Or by Custom CSS, here is example:
#login-form > ul.unstyled li:nth-child(3) {
  display: none; pointer-events: none; }

info_1457_2023.jpg

0
MK
Michael Kellner
Accepted Answer
2 years ago #129576

Hello Paul,

now i have found what i was looking for. Thats how it works.

.login .list-group { display: none; }

Thank you!

0