Questions tagged [usergroups]

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

343 questions
0
votes
1 answer

Django Grappelli usergroup conditional dashboard

Working with Grappelli(2.11.1) in Django(1.11.10). I crafted small custom dashboard and look now for some method to variate appearance of elements. In particular I need to show some url-element self.children.append(modules.LinkList( …
Naaim Iss
  • 181
  • 1
  • 9
0
votes
0 answers

TYPO3 user rights: default startPage after BE-login

Is there a possibility to show a specific page AND modul after BE-login? In User-TSConfig i can choose a startup-modul but there is not an option for a default startPage (pid) setup.defaults.startModule = web_layout setup.override.startModule =…
N1ck
  • 323
  • 1
  • 14
0
votes
1 answer

Allowing a user group to only create objects on schema of own username?

I've been tasked with creating a usergroup where users of a database would be able to create objects, but only under the schemas of their own usernames. As an example user foo\bar would only be able to create objects on the schema 'foo\bar'. Is this…
0
votes
1 answer

How to give field level access right to a particular group in odoo?

A form contains over 5 fields. A certain group user is given read access alone in the csv security. But I want that particular group user to access two fields in that form view. How can I achieve this?
Navi
  • 1,000
  • 1
  • 14
  • 44
0
votes
0 answers

Mongodb not starting as normal user

My MongoDB server is not starting on command mongod Typing sudo service mongodb status yeilds mongodb.service - High-performance, schema-free document-oriented database Loaded: loaded (/etc/systemd/system/mongodb.service; enabled; vendor preset:…
Noushad
  • 6,063
  • 3
  • 25
  • 28
0
votes
1 answer

Make a form View read-only for specific user groups from front-end in Odoo 8

Is it possible to change the attributes of form view for specific user groups in form view tag, like in form tag, readonly="{('user_group','=','some_group')}"> I need to make a form view read-only for s specific user group but only from front-end.…
Sana Ali
  • 11
  • 5
0
votes
1 answer

Allow full permission to /var/www/html

We have a group of developers, they login to server with their own username and password. They all want to edit files in /var/www/html folder. I know we can add the developers to www-data group and setuid for /var/www/html folder, then 775 all…
Yujin Boby
  • 293
  • 2
  • 10
0
votes
3 answers

Joomla member user groups

I want to be able to create a members area in Joomla which would be split into 3 groups. People from each group would only be able to see content for their group, profiles for their group and also only participate in discussion forums for their…
Ben
  • 897
  • 2
  • 16
  • 34
0
votes
1 answer

Polls display according to Role selected in liferay

In liferay, the question selected by Admin in the Polls Display Portlet is displayed to the users. Now what I want to do is, display different question the users with different site Roles. Eg., role1 is assigned to userGroup1 and role2 is assigned…
User14141111
  • 355
  • 2
  • 19
0
votes
2 answers

SharePoint permissions for a specific group

I'm trying to establish whether a specific group has Read access to a particular site collection. I have been trying for a day and a half but feel as if I have found three halves of different solutions! The code fragments I have so far are: using…
pwmusic
  • 4,739
  • 4
  • 23
  • 14
0
votes
2 answers

Android Firebase Database Check if User is in Group

Hi searching a lot but cant find any questions who are related with my topic / or was answered. Im using Firebase Database with these structure (from firebase official documentation) // An index to track Ada's memberships { "users": { …
thefab
  • 59
  • 1
  • 11
0
votes
1 answer

Web App: How is administrator access usually done

Currently I'm building a web app. So far I only have regular users. However, due to some requirements I need to have special admin accounts for the app administrators. I'm wondering now how these are usually implemented. The requirement is, that…
Gilrich
  • 305
  • 3
  • 13
0
votes
1 answer

Local groups in windows XP, SQL is not showing

I am using windows xp SP3 and in that I want to give SQL related rights to a user. But in local groups I dont see any group related to SQL. I have installed SQL server 2000 in the PC. What may be the problem? Thanks, Kbv.
0
votes
3 answers

Block access for user to change his machine address in C# .NET for Windows Forms

What i want is : There is one windows app ( made in .NET 3.5, VS2008, C# ) for Windows XP SP2 & SP3 generally users can change there IP or modify their IP Address. Now,when my apps starts i dont want users to change there IP Address untill my app…
Pratik
  • 11,534
  • 22
  • 69
  • 99
0
votes
1 answer

How to hide any menu for special groups on odoo-8?

I'm trying to hide a top menu for a new custom group which I created :
BKF
  • 1,298
  • 4
  • 16
  • 35