peterdog
Forum Replies Created
-
Forum: Reviews
In reply to: [Stealth Login Page] Just perfect.Thanks for the glowing review. I’m delighted that it’s doing what you needed for your situation.
Forum: Plugins
In reply to: [Stealth Login Page] redirect on password protected pagesI’ll check to see if the body class .post-password-required is a global WP class and see about ignoring redirects on those, but I have a suspicion that entering a password will create a nonce redirect and be difficult to allow.
This may be best handled in an add-on after I release 4.0 rather than allow this in the plugin core.
Forum: Plugins
In reply to: [Stealth Login Page] Is this plugin usable on a members focused site?The registration process doesn’t agree with it at the moment, but once it is an extensible plugin in 4.0, an add-on can allow that process.
Forum: Reviews
In reply to: [Stealth Login Page] Simplicity Really Works!Thanks, Michael.
Forum: Plugins
In reply to: [Stealth Login Page] users can not registerThis was created to stop the brute force attacks of 2013. It does exactly that. If people want to do all sorts of additional things then patience is in order as it’s a free plugin and I have a company to run or use a lessor plugin that does all of those things but doesn’t stop the brute force attacks.
No, none of my 78 clients in my hosting account have registration turned on except one that uses MemberPress with no issues. Registration is a security risk. This is for people who are absolute on security. The next major version will be extensible, so if you want to write an add-on, you can knock yourself out enabling anything else you want.
To quote Abe Lincoln, “You can please some of the people some of the time all of the people some of the time some of the people all of the time but you can never please all of the people all of the time.”
Forum: Plugins
In reply to: [Stealth Login Page] users can not registerThere is a redirect an a nonce when registering that makes the nonce URL != the custom URL. I’ll have to add a conditional to the next version – I’m pasting a snippet into my next version notes.
Forum: Plugins
In reply to: [Stealth Login Page] Multisite desgnWP Engine has some hidden nginx scripts that do a portion of what my plugin does. I was working closely with them to resolve multi-site issues to clear their tickets when they pushed out the script. I can’t share the gist because it’s private, but there are 2 scripts.
I disabled the Logout and Lost Password URL filtering because it was causing unintended consequences with ecommerce and membership plugins that also filter the URLs. That means that those who don’t have those installed have issues, but if you need to reset your password or need to logout, well, you just get redirected and go back to the secret URL unless you disable the plugin.
Forum: Plugins
In reply to: [Stealth Login Page] redirect on password protected pagesIf the plugin detects that a person is logged in, the redirect is skipped. Since that person isn’t logged in, but it is requiring a password, this is an unintended consequence.
I will check to see if there is a conditional for password protected pages. Please reply with a URL of that page or reply via Twitter – I’m pretty easy to find via Google.
Forum: Plugins
In reply to: [Stealth Login Page] User returned to default login URL after failed attemptIn this case, please use my site contact form to provide me with your SLP login URL and create a basic user for me to try to login with – Subscriber or Author is fine.
I’m doing this to troubleshoot the plugin with our setup to make the plugin better, but anyone reading this later, this isn’t an open invitation to personally support everyone’s issues – this is very specific.
Forum: Plugins
In reply to: [Stealth Login Page] User returned to default login URL after failed attemptBTW, I always test this on a non-logged in browser to ensure I don’t have an open session and am skipping my own redirect code.
Forum: Plugins
In reply to: [Stealth Login Page] User returned to default login URL after failed attemptThe redirect the second time is more concerning than the first part. The first one happens because the redirect doesn’t happen if the user is logged in – are you sure you’re logged out completely when testing that first issue?
If so, I’ll need to revisit some of the conditionals.
Forum: Plugins
In reply to: [Stealth Login Page] Multisite desgnThank you for the feedback. I have figured out how to do that. It will go in 4.0 unless it’s so critical at this point to not wait for my extensible 4.0 release. 4.0 will allow me to create a 3rd-party marketplace like EDD and RCP Pro and I’ll be releasing a 100% blocker as a premium add-on.
Can you hold off 2-3 weeks?
Forum: Plugins
In reply to: [Stealth Login Page] how to login in my site?If you know how to look at the phpmyadmin, you can go to wp_options and search for slp_settings for the contents of the settings page. (it might be slp_options, I can’t remember for sure)
Forum: Plugins
In reply to: [Stealth Login Page] how to login in my site?You appear to have missed the entire point of the plugin. It changes your login URL. What is your new URL?
Did you not write down your custom URL, e-mail it to yourself with the e-mail button, or read the documentation? The FAQ http://wordpress.org/plugins/stealth-login-page/faq/ and documentation page has your “what do I do” question if you have no idea what your question and answer fields are.
Your url is domain.com/wp-login.php?qustion_field=answer_field
http://wordpress.org/plugins/stealth-login-page/screenshots/ shows you what the page looks like including the checkbox to e-mail yourself the custom URL.
Forum: Plugins
In reply to: [Stealth Login Page] Stealth Login 3.0.0 ProblemIt works for me and everyone else or it’d be flooded with support tickets. You must have a conflict with something else.