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.
Questions tagged [user-management]
537 questions
5
votes
1 answer
User state workflow engine in PHP
I'm looking to implement user state / workflow handling in a PHP application.
Currently have:
a user based system with around 10 different states any user can be in (enabled, disabled, pre-registered, de-registered, deleted etc.)
defined rules…

poisson
- 1,324
- 11
- 20
5
votes
1 answer
Blazor WebAssembly - Best practices for User Accounts and Identity Server
I am trying to create a basic User Management module in my software and I have followed this guide to create the…

Smith5727
- 402
- 4
- 15
5
votes
1 answer
AWS Cognito - User profile usage and update via Cognito API or sync into separate database
I am starting with Cognito and a mobile application where, along with other core functionalities, user profile can be updated and the pool gets queried quite often. Therefore I am considering following options:
Query the pool with Cognito API…

Nikki
- 404
- 4
- 14
5
votes
3 answers
Jackrabbit user management
I can hardly find any documentation on how to design and build a repository for multiple users.
I'm quite new to Jackrabbit and I was always using one master user credentials to build a repository that was accessed by only one master user.
Now I…

lisak
- 21,611
- 40
- 152
- 243
5
votes
3 answers
Github API Cannot Set User Emails
I'm trying to synchronize user names and primary emails with AD via the Github API. I make a call to /user/emails using an oAuth token with scope user:email and I get back their primary email. I then try to use PATCH /user per this doc with the…

Richard Schaefer
- 525
- 3
- 13
- 45
5
votes
0 answers
AWS Cognito UserPool Alternative in China
I am searching for an alternative user management service in China as AWS Cognito UserPool is not yet available in China regions. The basic requirements are:
a. User Management
b. Authentication
c. Token Management
Any suggestions?
Thanks

Himanshu
- 109
- 1
- 2
5
votes
1 answer
Principal.IsMemberOf exception for local user account when joined to Domain
I am trying to determine if a given local user account is in the local Administrators group. Everything works fine until the system is joined to a domain. When joined to a domain an exception is thrown that the network path was not found, but only…

incredibob
- 53
- 3
5
votes
1 answer
Postgresql creating users with a function
I'm currently not able to create a postgresql database user within a function.
Background:
I have a Java Swing application and my goal is to develop a menu to create, alter and delete database users. To make it a bit more secure I created a role…

Beginner
- 63
- 2
- 8
5
votes
2 answers
Looking for a PHP based user management system
I am presently looking for a user management system in PHP which can easily be integrated and built on. I have googled for it and i have two or three already on the list to try out, but then again i want the benefit of personal recommendation based…

dade
- 3,340
- 4
- 32
- 53
5
votes
1 answer
Prevent new WordPress users from logging in until manually "activated"?
I'm developing a plugin for WordPress which has 3 groups of users. I need to disable some users and prevent them from login. what I mean isn't preventing them to access the backend. I want to prevent them from is log in. For example, when they…

Alireza Seyedzade
- 326
- 3
- 15
5
votes
1 answer
SaltStack: $HOME of users which does not exist yet
I create a user foo on a minion. The minion evalutes /etc/default/useradd. This means the salt master does not know whether the new $HOME will be /home/foo or in our case /localhome/foo.
How can I get the $HOME of user foo as jinia variable?
I need…

guettli
- 25,042
- 81
- 346
- 663
5
votes
2 answers
Query TFS for permissions
Is there a way to list which users and AD groups have permissions to a folder and all sub folders in a TFS project?
EDIT: We are using TFS 2008

Eric
- 2,202
- 2
- 26
- 30
5
votes
2 answers
Change Password of a local windows user
Usually it is possible to change it´s own password in Windows, without having admin-rights.
I'm writing a tool to manage users and Groups on several servers/clients. I also want to give a client the right to edit his own password. The clients don't…

Jirayia
- 73
- 1
- 8
5
votes
1 answer
Symfony2/FOSUserBundle - Route issues with multiple bundles
Similar to this problem, I need a separate login for both the admin and front end bundles of my site. The admin is actually a separate bundle located in vendors.
Right now, my routing looks like:
app/config/routing.yml:
AcmeSiteBundle:
…

Major Productions
- 5,914
- 13
- 70
- 149
5
votes
2 answers
How to manage users account from multi-provider (facebook, twitter) in my website?
I'm about to use one of those multi-provider authentication frameworks Opauth or Hybridauth (don't know which is the best but I had a little preference for the second one) so the consequence is that I have to manage multi account.
In fact I already…

Pierrot
- 85
- 1
- 1
- 9