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
Integrating SentryLogin & CometChat in Squarespace
1) I am not a programmer; I dabble here and there.
2) I am using Squarespace to build a business website www.prisma-pi.com
3) I want for specific clients to have access to their private page using a subscriber login (fully accomplished w/…

Tina
- 3
- 2
0
votes
1 answer
Control Access to Microsoft Azure Account
Our company has a Microsoft Azure account (Pay-As-You-Go).
We had a programmer that developed our web app. We gave him full access to our Azure account. So, he had access to everything.
We intend to hire another developer to make modifications to…

MarHutchy
- 11
- 5
0
votes
0 answers
User Management System approach for Group and Firm
I am creating a User Management System and need your advice.
3 entities:
Users
Firm
Group
Each user will belong to one Firm.
Some users (not all) may belong to Group.
Group is a combination of Firms. (E.g. 3 firms in a group)
The data will be…

Fahad Khan
- 67
- 1
- 9
0
votes
1 answer
Recommended way for Multitenant User management
I want to manage users for N number of clients across 3 different products with different level of accessibility. I am not so interested in creating application from scratch as it will divert my core objective. Also I will be happy if any nominal…

Sumit Ramteke
- 1,487
- 1
- 16
- 39
0
votes
4 answers
How should I check when some user in database turns to a certain age
I am working on an project where I need to do execute an certain action when a user turns to some age.
When a user turns 12 an account need to be created and when a user turns 18 Parental supervision needs to be disabled.
What is the best approach…

Timon Post
- 2,779
- 1
- 17
- 32
0
votes
2 answers
OOP user system logic
i've been searching for an approach to an object oriented user system but I couldn't find any tutorial that answers my questions. I really don't care about the code stuff, I can do that later, but the logic of the OOP is really killing me (oh, I'm…

Martín
- 1
- 1
0
votes
3 answers
User management in asp.net without using cookie or session
Is it possible to perform user management (store user info, login , logout etc) without using session or cookie?
Thanks in advance.

Aditya Singh
- 9,512
- 5
- 32
- 55
0
votes
0 answers
Triggering a script using an email
I have a mail server configured on my server (Postfix), I have a script which requires input to be provided to it.
I would like to know if there is a possibility to trigger this script by sending mail to the server.
This is what I am thinking:
Once…

david bob
- 71
- 3
- 9
0
votes
0 answers
Sending email for several users once a week when someone log in
I am writing a program in C# using Windows Forms and I am stuck at this part.
When any user logs in to the program for the first time in any given week, an email should be sent to all users who have a task (the task will be assigned by an admin). If…

Serenade
- 50
- 1
- 11
0
votes
2 answers
Laravel User Management System
This feels like a silly question only because I feel like it should be obvious or easy to find, yet I've looked everywhere. Laravel has a beautifully simply way of creating user registration,login,password resets, etc. with a simple php artisan…

dovidev
- 340
- 4
- 11
0
votes
2 answers
Stormpath and internet
For stormpath to work, is the internet a must?
I want to implement user management on my springboot server hosted for LAN, where the internet might not be available at times.
If this is not possible, what are the other options possible?

arvind.mohan
- 894
- 2
- 11
- 23
0
votes
1 answer
Adding field to the auth_user_group intermediatary table
Does anyone know if it is possible to add a field to the intermediatary auth_user_group table? I'd like to have a manager flag to identify a user that is a member of a group as a group manager (the permissions for this will be handled separately),…

Mike91
- 520
- 2
- 9
- 25
0
votes
1 answer
Splunk: Do new roles become grantable roles by default?
I'm using Splunk 6.4.2.
I have created a delegated admin role with one user (say d_admin for instance).
Here is its definition, as given by the cli:
role: delegated_admin
capabilities: edit_roles_grantable edit_user rest_apps_view…

Juan Manuel
- 123
- 8
0
votes
1 answer
How long does it take for a user to be fully deleted in Softlayer?
When you try to delete a user in SoftLayer (either via the portal or the API), the user is put into a 'cancel pending' state. They will not show up in the users list, and cannot login. However, you if you try to create a new user with the same email…

ilvidel
- 322
- 1
- 4
- 13
0
votes
1 answer
JavaScript/NodeJS Callback within a callback
I'm using the 'user-management' package in Node, and I have a callback within a callback, within a callback. But the final result doesn't return. This is my main NodeJS module:
playerManagement.login(data.username, data.pw, function (result)…

The Hawk
- 1,496
- 6
- 26
- 43