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
Make Jahia User non-visible to the admin of another virtual site
We have a requirement that every virtual site should have its set of users which will not be visible to the admins of another virtual site.
I know that documentation…

Siarhei Vouchak
- 125
- 1
- 10
0
votes
1 answer
Filter gridview according to user and its role - in .net 4 web appication
I am developing a web site where I show grid view with customers in the left side.
currently I show all the customers from the DB. The user can click on a customer to show his details.
The customers and customers details is taking from SQL DB has…

user1902346
- 799
- 1
- 12
- 21
0
votes
1 answer
How to create a ubuntu user from within node
I'm trying to add users to the server running my node application. Right now I am using:
exec("useradd -mp {password-hash}")
with a hash that gets created by
exec("mkpasswd -m des {password}")
This leaves the password visible in the process…

arvidkahl
- 852
- 8
- 15
0
votes
1 answer
npm package error - Cannot find module 'users-node'
I installed the users-node package on my Windows7 machine using npm install users-node - great success!
Code:
...
var usermgr = require('users-node')(options, app);
...
But when I run my node server I get:
Error: Cannot find moduel…

marienke
- 2,465
- 4
- 34
- 66
0
votes
1 answer
How to access hadoop cluster (unix) from client windows machine
I have virtual hadoop cluster and client to hadoop is running on windows machine. When I am submitting mapred job I am getting org.apache.hadoop.security.AccessControlException: Permission denied access=EXECUTE, inode="":jakub:supergroup:rwx-------…

jaksky
- 3,305
- 4
- 35
- 68
0
votes
1 answer
Detecting multiple sessions from same user on Google App Engine
I am writing an application which uses the Google user API and anyone having a google account can login. I would want to prevent from multiple users using the same google account to login simultaneously. Basically, I would like to allow only 1 user…
0
votes
0 answers
Django, change username form
I'm trying to create a modelform to allow users to change their username. I'm trying to do this using FormView instead of UpdateView because I want to include other forms (user management functionality) in this view eventually.
Relevant forms.py:
…

Kevin Klaes
- 29
- 2
0
votes
1 answer
Save userid on database when create new object
I have a Controller where on the Create action I need the user ID.
Here's the controller.
public ActionResult Create(MyCreateViewModel model)
{
if (ModelState.IsValid)
{
var myobject = new MyObject
{
…

Cheshire Cat
- 1,941
- 6
- 36
- 69
0
votes
1 answer
How can I integrate Eventbrite sign-ups with existing users on my custom wordpress site?
I have a wordpress site where I have users and want to manage events through eventbrite. I also want to be able to track which users sign up for which events, which users actually check in to events, etc. Ultimately I want my users to log in to my…

Aaron_H
- 1,623
- 1
- 12
- 26
0
votes
1 answer
user management framework for app engine python?
Here are a few user management frameworks I've read about:
GAE Sessions
Flask Login
gae-init (uses Flask)
Beaker
GAE Utilities
gmemsess
suas
Is there a library that is widely adopted in the python app engine community?
Thanks.
Edit: I should be…

BigCheesy
- 1,128
- 8
- 14
0
votes
3 answers
Database design issue : Multiple types of users
I am designing a database that has multiple types of users, i.e. Administrators, Editors, Teachers and Students. Now all these users have some common fields (CF) and some unique fields (UF) associated to them. I was wondering if this is a good…

joshi
- 355
- 1
- 5
- 21
0
votes
1 answer
Yii RBAC, Role change in runtime
I am building up a dynamic RBAC system for Yii and I don't know how to handle this problem:
The moderators can change the roles of the Users, furthermore the User can change it too by getting a different qualification (let's say achievement, so s/he…

notsoogood
- 13
- 2
0
votes
1 answer
Joomla user management
I got a Joomla ticketing module, that displays at a certain part of the page, the current tickets of the current user. I want to create user groups, in which the group members can view all of the tickets belongin to that group. I thought the easiest…

Magor Menessy
- 381
- 4
- 13
0
votes
1 answer
How make a user login with the url dashboard?username=xyz
I am a PHP beginner. I managed to create a user registration/signup system which leads to a dashboard panel. But I am not able to make the URL look like http://example.com/dashboard?username=xyz
Here is my checklogin code. Please help me out.…

Rohith Namboothiri
- 31
- 7
0
votes
0 answers
Allowing users to create subusers in Drupal7, and allowing them to add paid services to both accounts
First post here! Although StackOverflow has been invaluable for years...
So I'm working on a Drupal 7 site for a local non-profit. The goal of the site is, among other things, to allow people to sign up for membership to the organization. These…

dccordell
- 1
- 1
- 1
- 4