Hi, ist there a way to disable the page: www.mydomain/page/password ?
I do not need this because user registration is not allowed on my site.
Cheers Ralf
No, it is a static theme page so you have to remove the password.php file from your theme used. Or remove the link to it. Otherwise if the link on your is created by the register_user plugin you can just disable that.
password.php
Hi, renaming the themes password.php does it.
Thx