MaximeWPS
Forum Replies Created
-
Forum: Plugins
In reply to: [WPS Hide Login] Filtering ‘whl_logged_in_redirect’Hello again,
Ok, I understand.
Then, can your users reach WordPress admin panel or not ? If they can’t, you must have set a redirection to avoid it.
If the loggedin user wants to reach this link containing your secret slug, he well be redirected to admin panel. That’s the way the plugin works. But, if another redirection is set from /wp-admin to another link, he will redirected after he “reached” wp-admin.
Hello,
Thanks for using WPS Hide Login.
Are you using another plugin managing admin access like WP User Role Editor or Restrict Access ?
Forum: Plugins
In reply to: [WPS Hide Login] Filtering ‘whl_logged_in_redirect’Hello,
Thanks for using WPS Hide Login.
I don’t understand why you need to use this kind of URL except for password reset or regstration.
If you’re logged in, /wp-admin should reach WordPress back office. If you’re not, it should reach 404.
Forum: Plugins
In reply to: [WPS Hide Login] action ‘login_head’ no longer workingHello,
Thanks for using WPS Hide Login.
The login_head hook still works with WPS Hide Login (tested this morning).
I think you should try a simpler method to get your logo adding the code below into your theme functions.php.
function mylogo() { echo "<style>#login h1 a { background-image: url('your_logo_path.png'); }</style>"; } add_action('login_head', 'mylogo');Forum: Plugins
In reply to: [WPS Hide Login] Password Reset not WorkingHello,
Thanks for using WPS Hide Login.
I think about a conflict with another plugin.
Did you try to deactivate every plugins except WPS Hide Login ?
Forum: Plugins
In reply to: [WPS Hide Login] wp-login.php not redirectingForum: Plugins
In reply to: [WPS Hide Login] Not WorkHello,
Thanks for using WPS Hide Login.
Did you use your secret slug to reach login page ?
When I click on your menu items, the pages appear right. Did you purge your cache ?
Forum: Plugins
In reply to: [WPS Hide Login] New login URL not foundHello,
Thanks for using WPS Hide Login.
Is whl_page entry here in your wp_options database table ?
Forum: Plugins
In reply to: [WPS Hide Login] Password Reset link includes the Login URLHello,
Thanks for using WPS Hide Login.
As it’s a secret slug, you should be the only user to request a password link.
So, it’s not a security breach 🙂
Forum: Plugins
In reply to: [WPS Hide Login] Can’t Log In Anymore!!!Hello,
You’re using a public register form ? Then, everyone can log in your website ?
So, WPS Hide Login is useless in your case.
Forum: Plugins
In reply to: [WPS Hide Login] It works incorrectly.Hello,
Thanks for using WPS Hide Login.
If you’re already logged in, you secret slug redirects to wp-admin. /wp-admin and wp-login.php redirect to 404 only if you’re not logged in.
Forum: Plugins
In reply to: [WPS Hide Login] 404 systématiqueBonjour,
Merci d’utiliser WPS Hide Login.
Utilisez-vous un autre plugin permettant la connexion des utilisateurs en front et qui nécessiterait wp-login.php ?
Êtes-vous sûr que le site n’est pas hacké ?
Forum: Plugins
In reply to: [WPS Hide Login] Googlebot accessing secret URLHello,
Thanks for using WPS Hide Login.
Google bots crawl your database. Then, they can find your secret slug.
You can prevent them from crawling this page (and anyone else) with your robots.txt (example : Noindex (or Disallow): /secret-slug
Forum: Plugins
In reply to: [WPS Hide Login] Problems when using non-standard SITEURLHello,
Thanks for using WPS Hide Login.
I’m not sure WPS Hide Login is compatible with this kind of composer.
Try to enter /wp/your-secret-slug whereas /your-secret-slug in plugin’s settings.
If it doesn’t work, I’m afraid you won’t be able to use WPS Hide Login…
Forum: Plugins
In reply to: [WPS Hide Login] Can’t Log In Anymore!!!Hello,
Thanks for using WPS Hide Login.
I think there is a conflict with another plugin. Have you tried to deactivate every plugins except WPS Hide Login ?