Remove The "Forgot Your Login" On The Admin Login - Question | JoomShaper

Remove The "Forgot Your Login" On The Admin Login

G

Günter Ringhofer

Helix Framework 2 months ago

Want to remove the "Forgot your login?" on the admin login!

0
4 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 months ago #149121

Hi Günter,

That one?

info_2300_2024.jpg

If yes,

Method#1: you have to create your own admin template style and remove all elements that you don't want to show.

Method #2: create user.css file and hide it using Custom CSS.

media\templates\administrator\atum\css\user.css

In general it's question for forum.joomla.org becuase it's Joomla topic.

0
G
Günter Ringhofer
Accepted Answer
2 months ago #149122

... aaaah - that helps me to go on! ... thanks for the tip!

... greet´s

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 months ago #149123

ad M 2) Try that one:

.view-login .login .text-center div > a { display: none; cursor: not-allowed; color: white;}

0
G
Günter Ringhofer
Accepted Answer
2 months ago #149151

Taaaaank you - it works!

0