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
1
vote
1 answer
How can I use Camunda in my project, but managing the users with my own module
I am in need of using a bpmn2.0 standard engine, and among the options Camunda seemed the best for offering almost everything for free and open-source.
But I don't want to use Camunda's user management and authentication system. I want to use my own…

Lucio Fontanari
- 43
- 6
1
vote
2 answers
Airflow user issues
We have installed airflow from service account say 'ABC' using sudo root in virtual environment, but we are facing few issues.
Calling python script using bash operator. Python script uses some
environmental variables from unix account 'ABC'.While…

Raja
- 507
- 1
- 6
- 24
1
vote
1 answer
Adding customizable user-groups and ACLs to your web app(s) (the smart way)
I work for a growing company that has several Rails-based SaaS applications. In it's growth, the company is going after larger clients, and one of the features that has come up as a requirement for these large companies is more sophisticated user…

jmaxyz
- 928
- 1
- 8
- 19
1
vote
1 answer
Symfony 3 - Cannot apply User roles
I have a UserCas entity that implements UserInterface.
My users have a role:
However, when I restrict access to somes pages based on roles, it does not work.
So I have, in a controller, done a check with my user who has the ROLE_ADMIN:
$user =…

eronn
- 1,690
- 3
- 21
- 53
1
vote
1 answer
Using OpenLDAP fro authentication in Web App
We are building a web application that connects to a database and does data visualization. It will probably have around 300 users.
We will deploy it with docker.
To increase security, we want to use an openLDAP server that stores user credentials…

Ben
- 71
- 1
- 6
1
vote
1 answer
How to manage users and roles for S/4HANA from Java?
I want to manage Account and Role of SAP S/4HANA Cloud (HEC) by Java code.
My client tries to upgrade to SAP S/4HANA Cloud from R/3. In the previous version of SAP R/3 I could control them using sapjco3.dll and sapjco3.jar.
I find 2 ways which can…

anizo
- 237
- 4
- 14
1
vote
2 answers
Permanently set environment variables for Multiple users
Java build machine is on Redhat 7.5 to run mvn clean package deploy for building Java code.
Multiple users login with their username to this build machine, to build Java code.
To permanently set JAVA_HOME & update PATH environment for all…

overexchange
- 15,768
- 30
- 152
- 347
1
vote
2 answers
Looking for open source user management and billing PHP web site code
I need to create a website in which users login, see certain reports, customize, pay (via paypal and credit card) etc.
80% of this is similar to many websites (including stackoverflow)
Do you know of a user management code (PHP) that I can use as…

Nir
- 24,619
- 25
- 81
- 117
1
vote
0 answers
Build a node user access control management module that works with MySQL and express as middleware
I have to build an authorization module that allows user to use some functionality. in Node I'm using express and mysql with sequelize as ORM. I don't have roles, but only users table and permissions table from mysql db:
Users example (in js…

ufollettu
- 822
- 3
- 19
- 45
1
vote
2 answers
User/group implementation compatible with JAAS
I plan to create a Java EE application in which, obviously, there will be users, groups and rights.
As this application is all new, I'll use Java EE 6 and EJB security annotations : @RolesAllowed, @DeclareRoles, ...
In this context, I'm looking for…

Riduidel
- 22,052
- 14
- 85
- 185
1
vote
2 answers
Where to find code Snippets for PHP?
I am developing a new website for a very low budget client and instead of building from scratch I am looking for some wireframe which can provide me with some basic user management features, i.e. User registration, login, forgot password so that I…

Tarun
- 5,374
- 4
- 22
- 32
1
vote
1 answer
Privileges required for a new Oracle schema (10g)
So I want to create a user (schema) and a tablespace for a project, and the I found the following examples online. They work, and I get no errors.
As far as I know and if I understand the sources correct, my goal to have a separate user requires the…

Shyam
- 2,357
- 8
- 32
- 44
1
vote
3 answers
One user, two user groups, first group access allowed, second group access denied, how to resolve conflict?
There is a system (windows, asp.net application, linux, whatever...), in this system many user groups exist in the system.
We have one user in two user groups A and B.
In user group A access to folder XY is allowed.
In user group B access to folder…

This is it
- 779
- 2
- 11
- 23
1
vote
0 answers
Automate users management on Fabric
We have a lot of demand in creating and managing group of tester for our app, is there any way to automate users (testers) managment (Ex: webservices, api,...), or its only possible using the web interface?

Daniel Valente
- 11
- 1
1
vote
2 answers
Firebase user management in an app by admin
I'm trying to develop an Android app and I am using Firebase. I've set up the authentication system and works fine.
However I need an Admin interface that can manage Users:
to be able to delete user authentication credentials (but not user…

Timur
- 13
- 2