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
0 answers
How to Add repeater field into profile form Ultimate member plugin
I want to create simple community directory for that I am using Ultimate Member plugin. I want admin to manage all the things from front end.
Every member will have his family members and for this I want a repeater field (with add/remove button) so…

Raxit
- 11
- 7
0
votes
1 answer
How to manage user accounts in Azure Api management service?
In Azure portal, i wanted to create multiple useraccounts and then track those useraccounts for the data usage in Azure API management service. I can able to create the useraccounts but inorder to know how much data is used by those users for…

ravi
- 21
- 5
0
votes
2 answers
Get all users from active directory using filter
I'm trying to use below script to get all active users from AD, however, I don't get any results although I know there are data with value 512.
Do you know what I have wrong here?
Get-ADUser -filter {$userAccountControl -eq "512"} -properties…

Turpan
- 491
- 2
- 8
- 17
0
votes
0 answers
ASP.NET User Permissions through Policies
I am in the process of creating a web application that allows users to add, edit and share content and need some help understanding how to set permissions for the content. Here is the setup:
There are multiple users.
Each user can add content (an…

user57029
- 78
- 5
0
votes
1 answer
Problem - Azure subscription co-administrator with no rights over the database
I have some problems with the Azure user management. Here is the case.
I am co-administrator of an Azure subscription. I can manage the hosting services and the deployments but when I get to SQL Azure, I need to enter invitation code for CTP, which…

user331812
- 43
- 3
0
votes
3 answers
Check if user is allowed to see the web page in asp.net
Depending on user permissions some pages will be available to him, and others not.
We created the base page that inherits the System.Web.Ui.Page, and all pages inherit this page.
In Page_load event (of our base pages class) we check if user is…

This is it
- 779
- 2
- 11
- 23
0
votes
1 answer
Create user group as subgroup in WebSphere 7 (Portal)
In a portlet running on a websphere 7 portal server I want to create a new user group that is a subgroup of an existing group.
Here is the code (that I shortend as much as possible to keep the focus):
/* vars */
final PumaController controller =…

yankee
- 38,872
- 15
- 103
- 162
0
votes
2 answers
Angular 4 cookie management
I'm working with Angular 4 project. I've the following scenario:
Once I'm logged-in using one user and I open up another tab and log-in using other user, the local storage authorization(Cookie) of previously logged-in user gets overridden with the…

AkshayP
- 106
- 1
- 9
0
votes
1 answer
how to add or remove pysnmp server users dynamically
I have a web based system that can add or remove users dynamically or change a user permissions.
also i want to add snmp support to this system based on those users. in simple way i can add previously available users via addV3User and addVacmUser…

sahama
- 669
- 8
- 16
0
votes
0 answers
Neo4j security and user management not available in Enterprise edition
I am using Neo4j Developer license, it is all working perfectly. However, I am unable to give roles and permissions to the users even though I am using the Enterprise edition.
I am not even able to change passwords because the procedures to do so…

ramez
- 321
- 3
- 22
0
votes
0 answers
Java multiple user application
I am currently working on an application with Eclipse RCP4. But that is not the main information but just keep it in mind as background information.
I was told that my question did not quite correspond to the standard of this forum so I would like…

handyerror
- 1
- 1
0
votes
1 answer
CMS recommendations for CRM system
I'm trying to build a CRM on top of Wordpress. I'm building it as a plugin but I'm trying to figure out the logistical aspect before I start hounding away. Can some of the Senior Wordpress developers chime in?
Users will come to our site, have the…

bradenkeith
- 2,397
- 1
- 17
- 26
0
votes
1 answer
How to hanlde more user information (Field) With JHipster UAA
I have 2 microservice, 1 registry, 1 gateway and 1 uaa that run made by JHipster. now in first contract with JHipster UAA, I can't understand how to handle more field on user registration?! where user data store?
I know it's on UAA but can't find…

GLinBoy
- 606
- 1
- 10
- 20
0
votes
0 answers
Authenticate the user using customized external API
I have a customized third party server that handles all the rest apis. I am using Meteor as a middleware where the user logs in and accesses all the pages. All the information in those pages is basically generated using my actual web server (built…

alina
- 291
- 2
- 9
0
votes
0 answers
Multiple `login` endpoints for `Flask-User`?
I'm working on a Flask app that needs user management. However, I have multiple parts of my site, let's call them /site// with each of them having their own users (linked in the DB to name).
So, what I want to achieve is:
Any unauthorised…

Vedran Šego
- 3,553
- 3
- 27
- 40