kentico_jurajo
-
5/31/2011 1:38:01 AM
RE:Split users
Hi,
If the user is assigned only to a particular site, this user can login only to this site and only to this site's CMS Desk.
In CMS Desk -> Administration -> Users you can see users assigned only to current web site.
In CMS Site Manager -> Administration -> Users you can see all users in the system and on the Sites tab when editing the user, you can see to which sites is this user assigned.
Anyway, to manage users you can use the UserInforProvider class and if I am getting the right meaning, you want to get all the users from the CMS. If so, you can use CMS.SiteProvider.UserInfoProvider.GetAllUsers() or, there are also other methods in that class you can use to get the users.
Best regards, Juraj Ondrus
|