Password protect registration routine with an invite code?
-
WP2.7.1
My own server
Latest Stable PHPI would like to only allow individuals with a common password to access the registration area.
An “invite code” input page if you will.
Preventing anyone without the invite code from accessing the registration form period, possibly redirecting them to a custom page.
Since the registration page is now a sub routine in wp-login I don’t know how to do this. I could break it away and mod the core but, I prefer to keep it in tact for all my sites (and ease of updates).
I tried using htaccess / htpasswd using the query string (action=register) but, I failed.
RewriteCond %{QUERY_STRING} ^action=register Then I obviously attempted to call up htpasswd in several ways based on online tutorials but, apache has issues with query strings there I guess?
Maybe to complicate matters, I am using the wonderful register-plus plugin.
Any ideas for my invite code requirements?
- The topic ‘Password protect registration routine with an invite code?’ is closed to new replies.