atis10
Forum Replies Created
-
Definitely not a space at the end of the password, but I can’t reproduce the problem, so I think I made some mistake, maybe I accidentally pressed a key when I pasted in the password. My bad, sorry for making a useless post.
Forum: Plugins
In reply to: [WPS Hide Login] How to hide resetpassword url?The site has (will have) other users. I have to provide them a forgot password link.
https://yoursite.com/wp-login.php?action=lostpassword is not working, i get a 404 error.
https://yoursite.com/loginhere?action=lostpassword is working, but clearly shows the login path. Maybe not that clear for average users but i guess totally clear for malicious ones. (I have another site, someone tries to break it every day, no matter how many times i change the login url, i guess this is the explanation to that).
As i see the solution would be to set a custom url for the lost password. Like https://yoursite.com/lostpassword?action=lostpassword and doing the same with the link that they get in the lost password email. But i have no idea how to do that, this is what i asked in the first post.
Btw, you’re right, the protection is good against unregistered visitors.Forum: Plugins
In reply to: [WPS Hide Login] How to hide resetpassword url?@honuware Thx for the reply. Unfortunately if i use the https://yoursite.com/wp-login.php?action=lostpassword i get a 404 error.
Also, if it would redirect me to the /loginhere?action=lostpassword page i’d be back at square one, the login url would be disclosed.