Page 1 of 1

User Rights

Posted: Thu 27. Jan 2005, 18:07
by jeremyl1
I am hoping to use the new version of phpWCMS in a school based environment. My goal is to allow the teachers to maintain a classroom webpage. The problem that I see with phpWCMS the way it is currently setup is that when you create a backend user they can add an article anywhere in the site structure. Is there, or will there be, a way to better define user rights in the new version of phpWCMS? Basically I don't want my users to be able to create content anywhere that I haven't specifically allowed.
J

Posted: Thu 27. Jan 2005, 23:44
by Oliver Georgi
This is in development - detailed permissions.

Oliver

Detailed Permissions

Posted: Fri 11. Nov 2005, 03:37
by kaller
Hi,
Congratulations on a CMS implementation with better usability.
I am a PHP coder myself, and I like that you are using the database more, that leads to scalability. I am wanting to use this for my organisation, so the user rights are important for me now. I loaded the latest DEV release and I am running it on a WAMP platform, that's fine.

I see that the first steps in user management are in place.
Actually I dont think you need groups as a top priority, because you can always share a password and coordinate that way in the meantime.

I created admin and user1, but noticed that when user1 does not have ownership of an article, he may still change the visibility flags.

Also at the category level, when user1 does not have access to the level, he can still create articles in the level or move them about in the site.

Please forgive me if I have not understood the behaviours correctly, as I have only just started investigating this tool.
But I think these rights should be removed, do you agree?

Posted: Fri 11. Nov 2005, 08:28
by Oliver Georgi
groups are very important to have easier live when updating permissions for many users.

Oliver