S soheil rouhipour New Pleskian Nov 27, 2018 #1 hello how can i disable forgot password in login page?
IgorG Plesk addicted! Plesk Certified Professional Nov 27, 2018 #3 No way without serious changes in code.
S soheil rouhipour New Pleskian Nov 27, 2018 #4 IgorG said: No way without serious changes in code. Click to expand... thanks. very clear
Monty Silver Pleskian Plesk Guru Nov 29, 2018 #5 As a (rather ugly) workaround you could create a custom theme with your own CSS (custom.css) and add this: Code: #login-page .field-name a { display: none; } This would simply hide the link to the password reset page. Last edited: Nov 29, 2018
As a (rather ugly) workaround you could create a custom theme with your own CSS (custom.css) and add this: Code: #login-page .field-name a { display: none; } This would simply hide the link to the password reset page.
S soheil rouhipour New Pleskian Nov 29, 2018 #6 Monty said: As a (rather ugly) workaround you could create a custom theme with your own CSS (custom.css) and add this: Code: #login-page .field-name a { display: none; } This would simply hide the link to the password reset page. Click to expand... thank you so much
Monty said: As a (rather ugly) workaround you could create a custom theme with your own CSS (custom.css) and add this: Code: #login-page .field-name a { display: none; } This would simply hide the link to the password reset page. Click to expand... thank you so much