peterdog
Forum Replies Created
-
Forum: Plugins
In reply to: [Stealth Login Page] Redirects even when using stealth urlNo.
Your URL is http://mysite.org/wp-login.php?ques=ans
If that is the string on your main .com site, yes, it’s redirecting with that URL. I’d guess you have another plugin conflicting.
Forum: Plugins
In reply to: [Stealth Login Page] Redirects even when using stealth urlI can’t recreate this issue and since it’s a free plugin, I can’t trouble-shoot everyone’s install to see what other plugin might be interfering. Try it on a clean install or disable all other plugins and then try.
Check your database and ensure all of the fields are filled in for the wp_options table entry “slp_settings” that holds the field data for the settings page.
a:4:{s:6:"enable";s:1:"1";s:12:"redirect_url";s:34:"http://youtu.be/dQw4w9WgXcQ?t=2m6s";s:8:"question";s:3:"dog";s:6:"answer";s:5:"breath";}I just logged into all of my sites, some 3.5.1 and others a 3.6 RC version.
If you really want this solved, we’ll have to do this as a service or you can fork the plugin on GitHub and edit the code (or edit the code in your plugin folder).
Forum: Plugins
In reply to: [Stealth Login Page] Password protect pageIt’s a free plugin – I can’t account for every other plugin or install available. It’s either going to work for your situation or it’s not.
Forum: Plugins
In reply to: [Stealth Login Page] Conflicts with CloudflareWhat specifically did their forums say about conflicts? There are hundreds of conflicts that can come up using caching, but that doesn’t indicate it’s going to be worth anyone’s time to investigate all possible conflicts – it’s much more valuable to understand what Cloudflare is and then apply that knowledge to situations… such as carts and other things caching doesn’t like.
Forum: Plugins
In reply to: [Stealth Login Page] Conflicts with CloudflareCloudflare has nothing to do with the wp-login.php anything. It’s dummy CDN and I use a much, much more advanced CDN by hosting with WP Engine.
Forum: Plugins
In reply to: [Stealth Login Page] cant access admin screenPer the FAQ on this plugin page, rename the plugin folder or delete it to access your dashboard again – then remember your URL. http://wordpress.org/extend/plugins/stealth-login-page/faq/
Forum: Plugins
In reply to: [Stealth Login Page] No Email with Redirect URL?It took approx. 6 seconds to come to my inbox, but that was also how long it took me to change tabs and refresh… bud did you verify that the e-mail address on the page I specified has your Gmail address? That was the one thing I wanted to ensure and was the one thing it looks like you didn’t do in your reply – deleting is unnecessary and redoing the settings is unnecessary if the e-mail address on that Settings page isn’t YOUR address.
Please confirm that one bit.
Forum: Plugins
In reply to: [Stealth Login Page] No Email with Redirect URL?Never, ever use “admin” on any site. That said, the plugin uses the administrator e-mail on the first General Settings page (Settings).
I just not confirmed that 2.1.2 does e-mail the URL, as I just successfully received mine, but that field does need to be filled in an check your spam folder.
Forum: Plugins
In reply to: [Stealth Login Page] New WP install, default logins not hidden2.1.0 did fix the lost password link and anyone allowing registrations from the base login screen can skip this plugin, as it’s not in the best interest of site security. That will not be addressed by any changes in the future.
2.1.0
Corrected the logout link in the dashboard and the lost password link on the login page.Forum: Plugins
In reply to: [Stealth Login Page] Leaked stealth parametersRight – for WP 3.6, I’m looking into these 2 functions:
http://codex.wordpress.org/Function_Reference/is_user_logged_in
http://codex.wordpress.org/Function_Reference/check_admin_refererI think you might be onto something with the conditional filter. Thanks for poking my brain. I’ll see what I can code on the airplane Thurs on a local copy of WP 3.6 and test it out later that night.
Forum: Plugins
In reply to: [Stealth Login Page] Leaked stealth parametersYes, there are a lot more URL options available if the .htaccess file is utilized, but it’s clear in the plugin description that it’s not – also pure nginx environments don’t have .htaccess files, so that needed to be steered clear of.
Forum: Plugins
In reply to: [Stealth Login Page] Not stopping the latest bot attacksThat is how it is happening. I had it solved at one point, but a more vital thing broke when I did, so I’m still tracking down how to block them all. I haven’t had any lockouts since 2.1.2, though. 2.1.0 and 2.1.1 had some issues that I closed back up – I believe 2.0.2 is the most stable version for brute attacks, but it doesn’t allow you to use the lost password link or the logout link in the admin toolbar.
Forum: Plugins
In reply to: [Stealth Login Page] Leaked stealth parametersThat is the only way I know of to fulfill the request to fix the lost password link and the logout link from the admin bar – if you have any other idea how, I’m welcome to check it out.
On the otherhand, someone concerned with security would be a big bonehead to even think of using the meta widget (duh!) and have open registration that wasn’t secured any other way – several membership plugins add another layer of login URLs anyway.
Forum: Reviews
In reply to: [Stealth Login Page] Very cool!Thanks for the great review.
Forum: Reviews
In reply to: [Stealth Login Page] Work's greatThanks. Solved my problems, too. 🙂