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
2
votes
1 answer
Syncano User Management Profile Update Error
I tried to implement a user sign up for my app using the Syncano User Management system. I was able to successfully create a new user using the following JS Library code:
var sync = new Syncano({ apiKey: 'API_KEY', instance: 'INSTANCE'…

Devin Visslailli
- 120
- 1
- 7
2
votes
3 answers
Laravel Multi-level hierarchical user system
I have an app using Laravel as the back-end API and AngularJS as the front-end, with a multi-tiered user tree, where users "own" groups of other users.
For instance there may be an owner who owns supervisors, who in turn own employees.
The employees…

jdforsythe
- 1,057
- 12
- 22
2
votes
1 answer
Forgotten password reset page: should the user need to enter a username/email as well?
I am re-implementing the "reset password" functionality for the next version of my user management system. The way it works currently is:
The user enters their username and email address.
If this information is correct, a random token is generated…

alexw
- 8,468
- 6
- 54
- 86
2
votes
2 answers
An IdP/STS for SaaS providers, where the SaaS customer does his own user management?
(This question is not about programming, but about how to avoid doing any programming. Also, lots of terminology in here-- I'm assuming someone with an answer will already know what they mean.)
Background: I'm working on single sign-on in an…

MarnixKlooster ReinstateMonica
- 9,640
- 14
- 54
- 108
2
votes
4 answers
Check if user is online in Flask
I am building an application for live streaming. User can call another user if he/she is online. I can register log when user is Logged on. However I am searching for a way to check if user quits/exits the app. Any suggestion is welcome.

Dewsworld
- 13,367
- 23
- 68
- 104
2
votes
0 answers
Create Sub Users / Parent Child Uers
I am trying to build a site where a family member can create custom posts that only they and other family members can read. The first family member - mom, invites the rest - they can read each others posts, but only edit their own. I understand how…

BC.
- 105
- 1
- 9
2
votes
1 answer
Lollipop - Device's users management
In Android Lollipop, is it possible to retrieve the list of Users in a device? I'm speaking of those selected by pressing the user's profile pic in the quicksetting drawer.
What other actions can we take on these users?
Retrieve list of…

David Corsalini
- 7,958
- 8
- 41
- 66
2
votes
4 answers
How to switch users in a smooth way in a Point-Of-Sale system?
I am designing a Point-Of-Sale system for a small shop. The shop just have one Point-Of-Sale but often they are one to three users (sellers) in the shop. Each user have their own user account in the system so they login and logout very often. How…

Jonas
- 121,568
- 97
- 310
- 388
2
votes
2 answers
How to create a database admin that will manage its database users
I'm using MongoDB ver2.6.2 and want to create a database admin that will able to manage its users (add and remove them). I have two databases - admin and books. The user admin_books is supposed to be a dbOwner and be able to create and remove users…

username
- 3,378
- 5
- 44
- 75
2
votes
1 answer
User authentication and roles in AngularJS
Can anybody suggest me a good tutorial for handling user authentication and roles using AngularJS.
I just want to lock down certain areas of the site to certain users etc just like privileges.
I have googled but didn't find any tutorial speaks about…

vamsi
- 1,488
- 3
- 28
- 66
2
votes
2 answers
Calling Get-MsolUser returns no results
I'm working on the some proof of concept code for a system that will manage a large number of Office365 accounts, however, I seem to be struggling at the first hurdle with a rather daft problem.
I'm using the RunspaceFactory to fire my Powershell…

Darren
- 23
- 1
- 3
2
votes
2 answers
How to handle user mangement in Django for groups that has same access but different rules?
Background information:
I have created an internal site for a company. Most of the work has gone into making calculation tools that their sale persons can use to make offers for clients. Create pdf offers and contracts that can be downloaded,…

googletorp
- 33,075
- 15
- 67
- 82
2
votes
2 answers
Developing a Integrated User Manangement, Authentication
We have a requirement to produce a centralised use management and authentication system where users can be assigned roles, have passwords set/revoked etc.
The system will have to be on windows talking to other windows machines. However it would be…

user2881914
- 407
- 1
- 4
- 9
2
votes
2 answers
genymotion 2.0.3: add a restricted profile
I'm running a Nexus 7 emulated device (API 18) using the Genymotion 2.0.3 emulator. And I have the google APIs installed and signed into a google account.
How do I add a restricted user profile? There is no Users menu item in the settings.

netimen
- 4,199
- 6
- 41
- 65
2
votes
1 answer
User management in Apache Shiro
I am starting with Apache Shiro. A database is used for persistence via Shiro's JdbcRealm.
My question is whether Shiro provides some support for user management, such as user creation, assigning them roles, etc. Something like…

Radek Skokan
- 1,358
- 2
- 15
- 38