Questions tagged [user-management]

Generally used for a component of the software system - which is responsible for creating, managing and controlling users. This includes classical "authentication and authorization" terms too.

537 questions
5
votes
1 answer

WSO2 Identity Server managing users and roles through API

I need to create and manage users in WSO2 Identity Server 3.2.3 through API, I've tried the code sample from http://blog.facilelogin.com/2010/05/managing-users-and-roles-with-wso2.html but is out of date. Is there any way of managing users and roles…
Stepan Bahdikyan
  • 358
  • 2
  • 11
4
votes
1 answer

SharePoint - Site.RootWeb.AllUsers not returning all users

I have a SharePoint site that I created some custom web parts for. One of them requires getting the list of SharePoint site users so I can assign different properties. The code: Dim Site As New SPSite(SPContext.Current.Site.Url) Dim AllUsers As…
Ryan Smith
  • 8,344
  • 22
  • 76
  • 103
4
votes
1 answer

Adding a new role type to Reporting Services

Is there a way to add new roles to reporting services? I'm working on a clients project and it requires a custom role in Reporting Services. I can't find any page in my http://localhost/reports that will allow me to configure a new role. I can only…
William
  • 1,457
  • 5
  • 21
  • 46
4
votes
1 answer

Problem with Reverse Lookup Hostnames in MySQL Docker

I am trying to configure the official MySQL docker container that it has different users for all my micro-services and only those micro-service can connect to using their user. It seems logical to use the Docker service name as written in the…
St. Jan
  • 284
  • 3
  • 17
4
votes
2 answers

Can Cognito User Groups be used for dynamic groups in a serverless app?

I'm developing a serverless application which includes a concept of groups which are not pre-defined (so not the classic fixed Admin/Guest...). Those groups are indeed generated freely by the end users of the application whom then can invite other…
4
votes
1 answer

How to prevent users installing packages via pip

I wish to PREVENT users from running pip to install packages into their home directory. I have a fairly large number students who have network mounted home directories and file and space quotas on their directories. I want to be able to allow them…
4
votes
3 answers

User management app for Django's auth

I am working on a small Django site where every user who leaves a comment on the site gets an email with a password (email is the user name) to change the comment later on. The site should also support functions for users to retrieve or reset…
neurix
  • 4,126
  • 6
  • 46
  • 71
4
votes
2 answers

Ansible - Change SSH user during playbook execution

I'm new to ansible, maybe someone can help me with this configuration. I have an inventory of multiple servers. SSH access to these servers is secured using PEM key files. I have a playbook and want to change the ansible ssh user (default devops) to…
thomas tugend
  • 93
  • 1
  • 7
4
votes
1 answer

Ansible create user with password, dont change it if user exists

I have some servers which I want to administer with ansible. Currently I need to create user acounts on all of them. On some of them, some accounts are already present. I want to create the users with a default password, but if the user exist don't…
Marin Bînzari
  • 5,208
  • 2
  • 26
  • 43
4
votes
1 answer

Node group/user management framework

I'm going to be building a node app using Express/Passport and need to have in place a Group/User management system with roles and privileges. Rather than rolling my own I would prefer to use something that already exists and has been tested etc,…
Jamie
  • 1,004
  • 1
  • 14
  • 32
4
votes
1 answer

How do I manage Windows User Accounts in Go?

I need to be able to manage Windows Local User Accounts from a Go application and it appears that without using CGo, there are no native bindings. My initial search led me to people saying it was best to use "exec.Command" to run the "net user"…
iamacarpet
  • 417
  • 5
  • 13
4
votes
2 answers

mysql grant privileges without identified by password

When I run: mysql> grant all privileges on database.* to user@localhost; It returns: Query OK, 0 rows affected (0.00 sec) Shouldn't it give an error as I'm not including "identified by 'password'" ? Please clarify, the user already has a…
Nabeel Khan
  • 3,715
  • 2
  • 24
  • 37
4
votes
1 answer

ASP.net Identity - How does UserManager Have Access To Roles?

... and we're only inside Microsoft.AspNet.Identity. (We're not even looking at the base implementation at Microsoft.AspNet.Identity.EntityFramework.) The UserManager class only takes in an IUserStore at constructor. It does not have an…
Mickael Caruso
  • 8,721
  • 11
  • 40
  • 72
4
votes
1 answer

Python Unix/Windows Abstraction Layer for Signal Handling & User Management

I'd like to ask a question for which my extensive web search would suggest the answer is 'no' but maybe I've overlooked something ... Are there Python abstraction layers sitting on top of Unix and Windows signal handling (for spawned, independent…
4
votes
4 answers

Print All Users - Joomla 2.5

I am new to Joomla. I have created website using Joomla 2.5. I have login page which is default Joomla user management system. What I want is display all user data in a tabular format. How could I do the same? Edit 1 I can see the users with below…
Fahim Parkar
  • 30,974
  • 45
  • 160
  • 276