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
3
votes
4 answers
is it possible to use iis 7 to manage users when using forms authentication with asp.net
I have an ASP.NET web application that is using forms authentication. Everything is configured and working correctly. However, i'm dealing with the issue of creating and maintaining users and role membership.
I know that I can roll my own solution…

yamspog
- 18,173
- 17
- 63
- 95
3
votes
2 answers
ALTER SEQUENCE on rake db:reset db:migrate not working
I'm developing an information system in Ruby on Rails.
I want to hand out following uids to users:
0: root
1-499: system services (server-side)
500: system admin
501-999: external apps (apps that connect through API)
1000+: human users
I have the…

lmojzis
- 551
- 7
- 17
3
votes
1 answer
Do you know a user management project in Java?
I'm looking for a lightweight and easy to install user management system made in JAVA. It should use a free Database System (MySQL for example) and handle basic security after logging (access or not with error message). I'm not looking for anything…

tinky05
- 250
- 5
- 13
3
votes
3 answers
User management API
I am developing an application suite where users will need to connect to a server and depending on their account type they will be given some services. The server will run Linux. Can you please suggest me some user management API which I can use to…

Akshey Jawa
- 447
- 1
- 9
- 19
3
votes
3 answers
Java/Scala library for user login and authentication
I want to make an app where users can authenticate, register etc. I plan to use email as the username.
Are there any libraries in Java/Scala that let me do this? The app is pretty simple so all I need is some support for the…

Jus12
- 17,824
- 28
- 99
- 157
3
votes
2 answers
Weird error in Sitecore user manager
I am having this weird error in sitecore user manager.
I get this error as soon as i open user manager
I can't assign users to roles.
Can anyone please help ?
Thanks in advance.
P.S > Just in case it's not visible properly :…

Ali Nahid
- 867
- 11
- 26
3
votes
1 answer
Protect Google Cloud Endpoints from unauthorized users
I managed to implement the auth function described by google using a clientid.
So when visiting the html page, one gets asked to authenticate with a google account.
Question: As it is now, everyone can use the site, as long as he/she has a Google…

Imperative
- 3,138
- 2
- 25
- 40
3
votes
1 answer
django database reconnect with different user
The background of this is, that I want to have restricted user management, without having the frontend application having full access to the database (creation of the user-tables is done by a backend-process and). The frontend should -only- be…

fdafgfdgfagfdagfdagfdagfdagfda
- 117
- 1
- 13
3
votes
1 answer
Adding First Login to SQL Azure Database
I'm trying to create a SQL Azure database. While the database successfully gets created, I can't login to it. The reason why is, I don't know what the default username / password is. Or, how to create the first user that can access the database.…

user70192
- 13,786
- 51
- 160
- 240
3
votes
2 answers
Symfony2 - Dynamic Role Management
I'm working on a CRM which will feature advanced authorization and the management of users in groups that have a specific role in the system.
Basically, what I'd like to do is this:
Manage Dynamic Authorization for (Domain) Models / Controllers /…

Simon
- 1,643
- 7
- 30
- 61
3
votes
1 answer
CakePHP: managing user capabilities in wordpress way
I Googled for this for over 3 hours but didn't find anything helpful. Is there any CakePHP plugin that allows managing user roles and capabilities without building ACL, the wordpress way?
Why built-in CakePHP ACL does not meet my needs:
it's kind…

user1878453
- 31
- 1
3
votes
1 answer
Get URL of Referer page in ASP.NET
I am working on an ASP.NET project and currently struck in something.
Basically, I have three different levels of users
1. Admin
2. DMV
3. Caller
All the users have their respective directories, and can access the resources in those according to…

Cyberpks
- 1,401
- 6
- 21
- 51
3
votes
1 answer
WSO2 Identity Server can not add user with more than one claim value through the API
I'm trying to add user account in WSO2 identity Server with UserStoreManager. I have no problems adding users with one claim value or without, but when i try to add more than one claim value in the claims' map it throws me an…

Stepan Bahdikyan
- 358
- 2
- 11
2
votes
2 answers
Website User Account Directory Access
this problem is not really uncommon, but i don't really have an idea how can I implement this.
I have 500 registered users in my mini-forum and they have files uploaded in my server.
As my users already mapped my directory structure in my web…

Netorica
- 18,523
- 17
- 73
- 108
2
votes
0 answers
Call Skype user based on email address
I'm working on a Java Android app that initiates Skype calls based on users' email addresses.
How do I call a Skype user based on their email address?
I didn't find any tutorial about it in the Skype developer's network.
Do I need to fetch their…

nurnachman
- 4,468
- 2
- 37
- 40