December 18th, 2006 WordPress Authentication Plugin
This plugin requires that a user be logged in to see any page in your blog (except the login and register pages).
Attached Files:
- WordPress Authentication Plugin
WordPress Authentication Plugin
Control Your Internet
This plugin requires that a user be logged in to see any page in your blog (except the login and register pages).
WordPress Authentication Plugin
Posted by Aaron D. Campbell Tags: authentication, plugin, Wordpress
pointpointclick
When Obama wins, hipsters will claim they only liked him "before he sold out."
about 2 minutes ago from web
leolaporte
Dang. Something's wrong with the Tricaster. It's mostly not seeing the cameras. Maybe something shook loose in transit.
about 9 minutes ago from web
umpump
Ump's Random Video of The Day: Thanks for the money Mr. Taxman! http://tinyurl.com/5q8g98
about 11 minutes ago from twhirl
kevinrose
caught one fish (1.75lb trout), back at the cabin relaxing
about 21 minutes ago from twitterrific
JasonCalacanis
hitting the double secret young hollywood poker game tonight in the Hollywood Hills... many residual checks wait for me to takes :-)
about 27 minutes ago from web
umpump
i think im gonna sneak outta here
about 28 minutes ago from twhirl
Poshy
@garyvee I'm watching it right now! My marathon is currently at episode 10
about 35 minutes ago from web
garyvee
BEST SHOW ON TV:...............Gossip Girl :)
about 36 minutes ago from web
t
waking up to a decent sized swollen bruise on the top of my right hand (despite icing). A smile-bringing reminder that yesterday, I lived.
about 38 minutes ago from im
(c) 2007 Xavisys - Control Your Internet.
Entries (RSS) and Comments (RSS).
WordPress Authentication Plugin
BGH Quiz Says:
Thank you, that’s exactly the sort of plugin I’ve been looking for throughout the past days. It perfectly works.
Matt Williamson Says:
where is the download?
Aaron D. Campbell Says:
Sorry, a recent WordPress upgrade caused a bunch of my files to become detached from the posts they belonged to. I think I have them all fixed now, but this one is definitely fixed.
om gargatte Says:
i wud like to know if its possible to make one particular page on wordpress to require wp login…
means-
to view de contents of tat page ,one must be ogged into as wp user….
n to view de rest of de pages wp-login should not be neccesary…
Om Gargatte
Alfredo Says:
Plugin could not be activated cause it triggered a fatal error:
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in /home/www/blog.agnitio.es/wp-content/plugins/wp-authenticate.php on line 23
Fresh new install of WP 2.3.3
Worked fine in WP 2.3.2 and still working in an upgrade to 2.3.3, but the error happened in a new install.
Please help.
Aaron D. Campbell Says:
Alfredo: Are you sure nothing else changed? It looks like you are getting an error that is usually associated with trying to run PHP 5 code on PHP 4. The plugin (as with everything else I do) requires PHP 5.
Aaron D. Campbell Says:
om gargatte: That could be done, but this plugin does not do it. Consider putting a check in your theme’s page.php file that looks like this:
< ?php if (777 == the_ID()) {auth_redirect();} ?>Replace “777″ with the ID of the page you want to require authentication for.
Om Gargatte Says:
its just too kind of u to have replied.
i tried doing it, but it resulted in de code shown up on de page…….
page id is 4
Om Gargatte Says:
hey, i ‘m not able to make it work:(
its not doing de intended job, i mean it just allows everyone to view de page
Aaron D. Campbell Says:
If the code is showing up, make sure it’s wrapped in php tags:
< ?php ... ?>Other than that, what version of wordpress?
Steve Says:
I also got the “Plugin encountered fatal error” when I tried activating the Authenticate plugin. After reading here that you’ve converted all your plugins to PHP 5, I switched my WP 2.3.3 installation to run on PHP 5. Thereafter the plugin and the rest of the blog is working fine.
Suggestion: If the plugin requires PHP 5 to run at all, please indicate this up front in the README.TXT file and other documentation.
Thank you for your work.
ian Says:
Thank you for creating this plugin. FYI - I am using it successfully with Wordpress 2.5.
Aaron D. Campbell Says:
Thanks for the update Ian, I tested it with 2.5.1 to make sure, and then fixed the readme in the repos to reflect that.
George Says:
There is a problem running this plugin on WP2.5. As reported elsewhere, if you upload an image, WP shows the login box in the box after upload, instead of the image. Any ideas, as I would like to revert to usin this plugin?
Chad Says:
I downloaded the plugin a few minutes ago and installed it on WordPress 2.5.
2 small issues:
Line 29: auth_redirect(); is commented out. It must be uncommented to actually work
Line 7: Version is still listed as 1.0
Otherwise, it DID work with WordPress 2.5!
Thanks Aaron.