Questions tagged [usergroups]

For questions relating to user groups, in a security or permissions context, independent of platform.

343 questions
0
votes
2 answers

I'm using PHP to make a forum, and trying to make usergroups

This is my "config.php" file:
Ian Blank
  • 1
  • 4
0
votes
1 answer

wso2 esb policy with user groups

I'm trying to create a policy xml to secure my proxy service. I take a policy xml example like this but I'm not be able to add the user on user groups. When I give the url of my policy it marks as security but if you look the properties the type of…
Arva Otero
  • 13
  • 6
0
votes
1 answer

MediaWiki Setting a default group for new users

I'm sure this has been answered somewhere but I can't find it after a few hours of searching. What I want to do is allow users to to create their own account but only be able to read until I give them the permissions to edit articles. I can figure…
0
votes
1 answer

User level scope instead of site scope in Liferay

I have created two sites in Liferay. SiteAlpha, SiteBeta. Both the sites have 3 pages each with wiki portlets in it. I have created 3 user groups. UG1, UG2 and UG3. My requirement is to create Wiki content with three scopes specific to the user…
Kiran Kulkarni
  • 1,434
  • 2
  • 18
  • 40
0
votes
1 answer

automatic append subgroups joomla

I'm recently started with making an own component in Joomla (3.x). And now i'm trying to automatically append subgroups to a new usergroup. What i want is the following: --> When i create a new usergroup A, i want to automatically add subgroup B,…
0
votes
1 answer

Allowing access to source files for only a group of users in a webserver

I have this folder structure for a RootFolder in a Webserver (apache server on linux) RootFolder Export Files Site and want the access to the files (source code) in Export and Site to be allowed only for a group of…
Mouna Cheikhna
  • 38,870
  • 10
  • 48
  • 69
0
votes
1 answer

Can't remove group after upgrading to gitlab 6.0

I'm running gitlab on RHEL 6, 5.4 was running fine for the past month or so -- I upgraded to 6.0 and things appeared ok, but users can no longer remove their groups from the groups settings. I get a 500 error. I thought the error was part of the…
0
votes
1 answer

Sharepoint Redirecting Users or Groups from a page to another

What I am tring to do is, when people comes to that page: http://server:26521/MY_Portal/service/default.aspx I want them to be redirected to that page http://server:26521/default.aspx Depending on their User name Or User Group. Thanks for helps.
stckvrflw
  • 1,489
  • 3
  • 22
  • 37
0
votes
1 answer

Symfony Fos User Bundle : Link fos_user_group and roles

I configured a Users management thanks to Sonata User Bundle and FOS User Bundle. I made some groups with permissions, and I put users in it. But when I log in these users profiles, I don't have the roles that I affected to groups. Does someone have…
maxime
  • 1,993
  • 3
  • 28
  • 57
0
votes
2 answers

Joomla 2.5: assign user to usergroup from front-end

I have statically defined user groups with statically defined access rights. And I want to be able to change the user group for given user from the front-end using some module. Reason: users can register by themselves, and automatically go to group…
0
votes
1 answer

database design: customers, users, groups an owners

I have a problem, but I can't find any solution to it. I have users grouped in groups, one user can't be in more than one group (so, one group many users. No problems here). One user of one group must be the owner of that group, again, it can't be…
0
votes
1 answer

how to notify user in joomla when user assigned to a group

In the project of mine I made a component that creates a User for Joomla and Virtuemart via a form. Administrator requested that no group has to be assigned to the newly created user until administrator decides to. User has to be automatically…
Mr H
  • 5,254
  • 3
  • 38
  • 43
0
votes
3 answers

linux id no_squash_root

The linux 'id' command reports on groups= that process belongs to. When and how does this get filled in? I'm writing an suid/sgid program and it seems that the groups never get filled in for my process and perhaps just coincidentially, but the…
Langley
  • 499
  • 6
  • 12
0
votes
2 answers

Detect what Domain User Group a Windows User is in with VB.NET

I know that using Dim currUser As String = Request.ServerVariables("LOGON_USER") returns the Domain\Username, but I want to know what Group that user is in say in Active Directory.
LiamGu
  • 5,317
  • 12
  • 49
  • 68
0
votes
5 answers

How to create usergroups in PHP?

I am building an entire system using PHP and MySQL. I want to create usergroups. For example I want ADMIN1 to be able to ADD USER, and REMOVE USER BUT I want ADMIN2 to be able to ADD USER only What is the standard way to do this? Thanks.
wessodesigner
  • 4,485
  • 3
  • 16
  • 9
1 2 3
22
23