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
0 answers
How to assign role(s) from a register form to a new user in the RegisterController at Laravel 7?
Description
I'm new to PHP/Laravel and i set up a little user/role management. I only need a register and login function. The "register" function is only accessible for the admin.
I used the standard auth setup as it is described here at the Laravel…

leonp5
- 305
- 7
- 23
2
votes
2 answers
Creating users in SMF from outside
I'm working on emedding SMF users into current website, and I need to make mechanism that will automatically register people afer their registration on website. Can anyway suggest me how I can do this, as far as I uderstand that's not possible to do…

Mee
- 458
- 1
- 6
- 21
2
votes
1 answer
User Hierarchy Wordpress - User manages their own users
I'm building a repository where Teachers ans sutendts will post their academical work. I need a way to make each teacher (role: editor) responsable to moderate and aprove their students (role: author) content.
There is a way to links these kind of…

Pedro Costa
- 21
- 1
2
votes
0 answers
User management in Laravel Nova; allowing the creation of users but only for certain roles
I have 2 models: User and Role. A User belongs to many Roles with a pivot table user_role to link them.
I have three roles: Admin > Manager > Employee.
I would like for:
Managers to view/create/update/delete Employee users only.
Admins to…

Mikesab
- 21
- 3
2
votes
1 answer
User management for Node.js/React
Our tool is a Node.js server / React client running on a network with no external web access.
We would like to add robust user management including:
User definition (name, password, access level)
Password change
Login/Logout
Is there any open…

Adi
- 23
- 3
2
votes
2 answers
How do I manage ASP.Net users on a non development server?
In Visual Studio 2010 there is a handy tool for managing users for my Silverlight Business Application. How do I do this with my deployed application?

Jordan
- 9,642
- 10
- 71
- 141
2
votes
1 answer
User management across multiple stateless API applications
We want to make our API stateless.
Right now, the tokens for users are provided via 3rd party, upon login, and stored in the application memory.
As long as the token is in use, it is valid. Until it is idle for a configurable amount of time.
On 3rd…

Miss Take
- 71
- 1
- 7
2
votes
1 answer
Install ServiceUser with deployment
I am currently planning to deploy required ServiceUsers with bundle. To do so I created a user with the Composum user manager which is shipped with sling10. Then I exported a package with my user and extracted in to put the folder structure in my…

Tim
- 287
- 1
- 13
2
votes
3 answers
Fuzzy user management in web applications
I'm a bit confused about role management in web applications.
Assumption: user belongs to a role, one role has one or more permissions, and permission could be: view page options.html.
If role consists of permissions (view this page, view that…

This is it
- 779
- 2
- 11
- 23
2
votes
4 answers
How to add user to database after email confirmation?
I have a website built with PHP Codeigniter framework. It has an user management system. Generally, what it does is, when an user registers, it add his information to database and sends a conformation email(like other systems).
But now some spammers…

Atiab Jobayer
- 101
- 3
- 8
2
votes
1 answer
Shared configuration for Eclipse on Debian server
I've manually installed the latest Eclipse on our debian server and wanted to configure it so all users share the same configuration. It turned out less obvious than I thought: I don't seem to be able to install packages for all users. If I run it…

Joris Meys
- 106,551
- 31
- 221
- 263
2
votes
4 answers
Shorter GUIDs than hashing a user id?
I'm wondering how Instapaper (bookmarklet that saves text) might generate URLs for their bookmarklet.
Mine has a script src of something similar to www.instapaper.com/j/AnJHrfoDTRia
The quality of these URLs is that they need to never collide, and…

Alex Mcp
- 19,037
- 12
- 60
- 93
2
votes
3 answers
Remove-AdObject with Import-CSV error
I am pretty green at Powershell and if this is simple, I apologize. I have tried to use this example script from user Nick, and run into an error I thought AdObject was supposed to go around. My Script
Import-Module ActiveDirectory
$list =…

jodokast89
- 55
- 9
2
votes
1 answer
Link or alias user account in Jenkins to TFS user account
Jenkin shows two accounts for the same person, one from Active Directory and one from Team Foundation Server (TFS).
When I checkin code, a build is triggered (in this case Main - Build config) and the changes show user windows live…

styfle
- 22,361
- 27
- 86
- 128
2
votes
3 answers
User Fast Switching Ideas Needed
I'm looking for ideas on how to implement some type of fast login scenario for an application that will allow employees to quickly login.
I work with an organization that has employees rotate every 30 minutes to a different location. If there are 3…

JT13
- 21
- 1