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
How to control component visibility in Java android applications based on user role?
I'm implementing Android Java application in which there are two types of User. Each of them have permission to use some of the application features but not all of them.
My current implementation includes setting of all components visibility inside…

Chris Johnson
- 1
- 1
0
votes
1 answer
Managing a device for public usage and forbidding specific app usage
I'm currently working on a project that is going to have over 100 android devices used and the users of each device will also change on a daily bases.
What we want to achieve is that the user is allowed to open only 1 or 2 of the apps on the…

Matīss Strautmanis
- 21
- 3
0
votes
1 answer
How can I remove email and other extra fields from User table in ASP.NET boilerplate?
I have a ASP.NET boilerplate project, and the user's login/register has to be based on OTP code. So there are several redundant fields in User table, including Email and IsEmailConfirmed.
I tried not inheriting my User from abpUser, then got error…

Maddie
- 414
- 3
- 14
0
votes
0 answers
May I send password directly to server without encrypt
I would like to build a user management system.
I think it's not secure to send user's password from browsers to servers over HTTP.
But I'm not sure if it's secure to send message to servers over HTTPS.
Whether the password can be attack if using…

Hao Zheng
- 7
- 1
0
votes
1 answer
How to give every Remote Desktop User access to SQL Server via a database admin account, not their own credentials
I'm working with ancient software using MS Access components on a Windows Server 2016 (configured as domain controller) Remote Desktop Terminal server (which I cannot circumvent or replace with local installations due to licensing hardware) that…

Henry van Megen
- 2,159
- 2
- 23
- 35
0
votes
1 answer
How can a user have user role privileges that the user has in the sub-site, in which the user is member of?
e.g. a User John is registered from and is a member of "SITE A" in a multisite network, where his assigned role is "Charter Member". So, what I want is that when JOHN visits "SITE B" he has the privileges (i.e. I can get his role) as he has in "SITE…

Muhammad Usama Malik
- 55
- 1
- 4
0
votes
1 answer
Show only the notifications of the user self Laravel
I have made a website where you can make a report, you have to submit a form with your account, and then a admin can handle that report, so the user can log in and see the reports and the status of it, but I want that the user can only see his own…

Othman Boūlal
- 81
- 2
- 10
0
votes
1 answer
Custom User Management for Azure B2C
For a current project my team is working on, we have decided to go with AzureB2C as the authentication method for the ReactJS application we are building. I understand how we can make use of custom policies for things such as Sign Up, Sign in,…

Pelly
- 275
- 1
- 4
- 13
0
votes
1 answer
Jenkins - extended E-mail notification - Fill default recipents with user list from jenkins
I am trying to setup e-mail notifications in jenkins, which should sent an e-mail to the developer who crashed the build.
Therefore I filled the default Recipents list by hand for some developers:
What I want is, that I don't have to manually add…

RoQuOTriX
- 2,871
- 14
- 25
0
votes
2 answers
Show different sidebar items or hide some components based on user-role after login (VUEJS)
How can I go about populating a sidebar with appropriate menu items based on user role?. i need to show and hide some components based on user or admin login in vuejs.

pavan kp
- 69
- 1
- 4
- 13
0
votes
1 answer
Yii2-usuario: extending login process
Working with Yii2-usuario, I want to extend the login process by setting some session variables AFTER the user has logged in successfully.
I tried extending the User model by:
replacing the User class in ./config/web.php:
'modules' => [
'user'…

WeSee
- 3,158
- 2
- 30
- 58
0
votes
1 answer
Wordpress plugin with request approval form and approval check on the user page
I’m finding a feature on Wordpress and I don’t know if there are any plugin that can cover my needs.
I want to make a request form (especifically about scholarships request) only for registered users, so when the user log in can send the form. When…

Pedro Corchero Murga
- 495
- 6
- 19
0
votes
1 answer
consumer account's for cloud identity via PI
I am using the Cloud Identity basic and I am admin.
my domain and it's subdomain have many consumer account, which we got to know via "Transfer tool for unmanaged users" . Now the question is :-
how to manage / add consumer accounts via API, as I…
0
votes
0 answers
Hawtio user management: invalidate session
We are running a hawt.io application on WildFly. We need user management on that and tried integrating Spring Boot Security directed to my custom login page instead of hawt.io's. The latter works fine but when I click hawtio logout it does not…

Gaurav
- 1
- 1
0
votes
2 answers
session is undefined outside the async method in node js
Guys I am newbie in nodejs. My requirement is to save few user details from different tables for further process in my rest api project, after reading I got that I should save result from queries in session for further use. Here is my code ,I am not…

Nibha Jain
- 7,742
- 11
- 47
- 71