Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Restrict content with password - User management system required
What might be the best solution to hide parts of pages to unregistered users?
How do I create a plug-in that allows you to store and manage users and passwords? The same plug-in would then control access and set a cookie, right?
A user management system is one of the functions that Textpattern should have, in my opinion!
I’ll pay for this plug-in!
Last edited by wornout (2011-05-27 09:29:02)
Offline
Re: Restrict content with password - User management system required
You can consider rvm_prvigileged to restrict sections or, using some conditionals and a custom field, even single articles, to groups of users. Every user will have its password, but you can’t decide the permission on user basis, just on role basis. If that fits you (using the native txp roles and maybe bot_privs to alter something), that should work.
Mem_self_register could provide a way to user to create their account without troubling the admin/publisher.
Offline