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
0
votes
1 answer
pgAdmin4 container deployment: add multiple pgAdmin users
I have a containerized setup of pgAdmin4 V6.2 in server mode running. As described in the documentation I supplied the PGADMIN_DEFAULT_EMAIL and PGADMIN_DEFAULT_PASSWORD environment variables in order to create a default user.
I know I can add more…

btivpb
- 1
- 1
0
votes
1 answer
How can I list all users in a CRUD in Blazor?
I'm trying to get a CRUD page for usermanagement in a Blazor Server environment. I tried the following code:
The controller:
[HttpGet]
public async Task>> getUsers()
{
return…

kouwschottel
- 47
- 1
- 13
0
votes
1 answer
How to add primary email to every users in github enterprise via keycloak?
I have github enterprise configured. I use keycloak for authentication.
Sign up/ login flow is like this,
Users click sign in with SAML from github enterprise.
Then they are redirected to keycloak login page.
Where they can choose github.com for…

Amal
- 9
- 5
0
votes
1 answer
How do I create new user from scratch
I'm still working on my very first Ruby on Rails project. The latest issue I'm dealing with is the user management system. I tried using Devise but I couldn't get past a certain error so I decided to create my sign in/login system manually. I'm…

enfloo
- 1
- 1
0
votes
2 answers
Django admin add entry to specific groups
Hej!
I'm looking for a possibility to add entries by different users and groups.
In my app there are different users and different groups where one user can belong to multiple groups. The goal is that some of the groups have sensitive data so I only…

piah
- 95
- 1
- 12
0
votes
1 answer
Use case with the ability of user manager (like organization)
I want to have a use case model with the ability of user manager!
I have problem in drawing use-case under these conditions
groups can be defined
And people in "manager" group can assign their employees to other groups (even a manager can add one of…

Ali
- 460
- 6
- 13
0
votes
1 answer
BaseHelper not found Laravel
Since a couple of weeks, I have to work on a Laravel project (which I never did before).
When I try to enter /user/create I get the error:
Symfony\Component\Debug\Exception\FatalThrowableError
Class 'BaseHelper' not found
with a link to a…

user14692598
- 45
- 3
0
votes
1 answer
Trying to create user from text file but keep getting invalid user name error in Ubuntu
I am now trying to create users in Ubuntu from a text file and it looks like this:
student1
student2
student3
student4
student5
However, I keep getting invalid user name error. For instance
'seradd: invalid user name 'student5
Here is my code. The…

SamFH
- 31
- 2
0
votes
1 answer
HSQLDB substitute for CREATE USER IF NOT EXISTS
According to the docs, the CREATE USER syntax on HSQLDB is:
CREATE USER PASSWORD [ ADMIN ]
The statement provides no way to check if the user exists (à la CREATE USER IF NOT EXISTS), and will fail if a user …

user149408
- 5,385
- 4
- 33
- 69
0
votes
1 answer
Restrict user to a single workspace in bitbucket
I am working on bitbucket cloud but having some challenges with managing users. There are certain people in the team who will be working on a workspace in bitbucket (cloud) version. I would want to restrict users only to a 1 workspace in Bitbucket.…

Gaurav Sharma
- 83
- 2
- 5
0
votes
1 answer
Powershell Windows in a Domain: how to retrieve actual home directory of renamed user
Over the course of time, our organization has gone through some profile name changs (i.e. when a person marries) and there has not been a standard of also renaming the user's home directory. So we have users like MarySmith whose directories are…

Dennis
- 1,071
- 2
- 17
- 38
0
votes
1 answer
What directory should the frontend user login template be put into?
Since I want to keep the admin login separate from the user login on my Wagtail site, I'm trying to use the login page settings mentioned in this section of the documentation to direct people to a custom login page. I added the following settings to…

Meagen Voss
- 25
- 4
0
votes
0 answers
IOS - IAP - user management
Im trying to integrate IAP - In-App purchases to one of my course purchasing app.
So after going through apple docs and concept of using apple id for payment to be associated with my app user account.
So i want to understand, can we restrict…

virtplay
- 550
- 7
- 18
0
votes
2 answers
Edit user in Jenkins via groovy script
I am wondering if I can change password, username, email in Jenkins user. Because I am able to create user via groovy script like this:
import hudson.model.*
def user = instance.securityRealm.createAccount(userId, password)
user.addProperty(new…

piotrneumann
- 11
- 1
0
votes
1 answer
Apache-Mina FTPServer Database User Manager question
I am trying to configure the Apache FtpServer for windows, and i've got most of it running already, however I am having difficulty understanding the database user manager...
I am more or less a complete newbie to this and SQL, however I already have…

Jason
- 185
- 3
- 11