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
votes
1 answer
Should I use CMS
I'm a undergraduate, new to everything, I'm thinking of creating a website that logins, registers a user and has password recovery options.
Also there will be options for Oauth2 through google,etc...
And it will accept Payments for certain set of…

Garvit Jain
- 1,862
- 2
- 19
- 27
-1
votes
1 answer
VMware vCloud Air Security
How do I make my vCloud Air account secure? It was really easy for me to handle this when I was on vSphere but not sure how to do this for my organization on the public cloud of VMware. I have some 30 employees who would need access to my vCloud Air…

Ruchitha
- 3
- 2
-1
votes
1 answer
API Architecture for User Accounts
I'm currently developing a side-project, which will consist of a Database, Web API, and then different Apps on top which consume the restful API.
I've started thinking about User accounts and how to make these secure. Currently, as a standard, I…

AllFallD0wn
- 551
- 7
- 23
-1
votes
1 answer
User management PHP
I wonder what is the best way to manage users in a home-structured CMS.
Important feature that needs to be include is obviously security.
I heard about UserCake and it seems to be a fair idea.
The questions is: should I make it myself or should I…
-2
votes
1 answer
failed to solve: executor failed running [/bin/sh -c pip install --no-cache-dir --upgrade -r /charts/requirements.txt]
ERROR [4/5] RUN pip install --no-cache-dir --upgrade -r /charts/requirements.txt
[4/5] RUN pip install --no-cache-dir --upgrade -r /charts/requirements.txt:
#0 1.873 Processing…
-2
votes
1 answer
Oracle users with role and previleges
I need a query which contains Oracle users with roles and privileges in one query
I Am using Oracle 11G

user2492574
- 11
-2
votes
1 answer
Yii2 How to hide sub-menu items from other users
I am working on yii2. I have a menu named SIM Management in which there are some sub-menus like shown below.
There are 3 Roles added in the system which are
SIM Manager with role id 6
Production Manager with role id 7
SIM Tester with role id…

Moeez
- 494
- 9
- 55
- 147
-2
votes
2 answers
Separating Login and User Management from Application
I'm looking to completely decouple user management, login, permissions, and user data from my application. The main reason for this, is the application will consist of a WordPress site, native app, and a custom PHP API that all need to allow a user…

Mr. BigglesWorth
- 1,530
- 3
- 18
- 33
-2
votes
1 answer
User management UI
i am doing a project using android studio in which once user logins,images of the books in their cart should be displayed. But different users have different number of books in their account like one user may have one book in their account and other…

Usha
- 1
- 1
-2
votes
1 answer
how to give only view access to a user when administrator creates a new user?
Well i am building management system for my company. the part i wanted to know is how to manage users on what they can do on the content. What i wanted to do is when authorized user sign up a user how can he make that new user to view/READ the…

Nebi
- 47
- 1
- 1
- 10
-2
votes
1 answer
User Authentication Not Working
I have a PHP user authentication script, but it isn't functioning properly. I am trying to perform the following:
Return to login page if the session variable "expires" is in the past, or if the user is neither an administrator, nor is logged…
-2
votes
1 answer
Wordpress: edit only certain pages
I know that this question has been asked already some times, but I'm not satisfied (as well as others) with the given answers so far.
I'm looking for a wordpress plugin that provides a sloild and easy-to-use functionality, that allocates certain…

user3260254
- 37
- 1
- 3