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
Rails beginner: Model-based User management
I'm developing a web site with Topic, Subtopic and Article models. Users are able to sign up (devise gem) and create topics, subtopics under topics and articles under subtopics.
What I want to do is, a user should be able to invite an other user…

Enis D.
- 121
- 11
0
votes
2 answers
Cannot create Oracle user with specific password
In Oracle I tried this query
create user ACT_APP
identified by password
profile APP_PROFILE
default tablespace TS_MODULE_D
temporary tablespace TEMP;
after sending this query
and i got these 2 errors.
password verification for…

Dohee Kim
- 23
- 3
0
votes
1 answer
How can I use geoserver's user management for my application
I'm developing a gis application with java. My layers are in geoserver. Layers have different permissions, some layers have public permissions and some of them have private permissions. for private layers, Users must log in to my application that my…

Morteza Malvandi
- 1,656
- 7
- 30
- 73
0
votes
1 answer
How to manage multiple connections for different users
i am working on a CMS solutions for real estate agencies.
so different users/groups will use the same tool.
i created 1 asp.net membership Database where i manage ALL users.
The users are grouped in different roles.( 1 role = 1 agency office)
Then -…

user3568918
- 43
- 6
0
votes
1 answer
Deleting a member of a multi valued user attribute using scim PATCH
I have a user store where user have multi valued attributes like email.
So the user will have attribute called emails which may have 0 to many emails on it.
"emails" : ["1@xx.x", "2@xx.x",........]
Let's say I need to delete "1@xx.x" email address…

Chamila Wijayarathna
- 1,815
- 5
- 30
- 54
0
votes
1 answer
Parse.com : Fetch all users with no role assigned
I have some users in which some of the users have administrator role assigned to them. All other users doesn't have a role assigned to them.
I am able to fetch only users who have administrator role assigned to them using the following code.
var…

Sasidhar Vanga
- 3,384
- 2
- 26
- 47
0
votes
2 answers
Django 1.7 - update a user record using a form
I have created a form to update the existing user profile. But when i save the form it shows the error user already exists.
I used another approach by getting the user profile and then updating each field, but in that case each field has to be…

Gaurav Rao
- 1
- 2
0
votes
1 answer
Output for SCIM User PUT method when updating a composite attribute
I have a user in mu user store with following attributes.
{
"id": "bfae138c-9f57-4ff1-ab63-599f2034371f",
"schemas":[
"urn:scim:schemas:core:1.0"
],
"name":{
"formatted": "Ms. Barbara J Jensen III",
"familyName": "Jensen",
…

Chamila Wijayarathna
- 1,815
- 5
- 30
- 54
0
votes
1 answer
User management and single-sign on over REST
I am building a web application with front-end coded in angular. The front-end will access a bunch of web-services coded in Java/Spring. There might be other ways that people may try to access the webservices such as from a desktop tool. Now I need…

user3685514
- 41
- 1
- 3
0
votes
1 answer
ElasticSearch: Is there any application that enable access management to ElasticSearch?
I'm running an ElasticSearch cluster in development mode and want it to be production ready.
For that, I want to block all the unnecessary ports, one in particular is port 9200.
The problem is that I will not e able to monitor the cluster with HEAD…

raven99
- 1,341
- 4
- 13
- 28
0
votes
1 answer
Stormpath-rails Implementation Troubles
Please bear with me as I am a newbie at RoR and a first time poster on stackoverflow. I am using the cloud9 ide.
I am trying to set up user management with Stormpath, using the stormpath-rails gem, found here:…

Michael Miller
- 25
- 10
0
votes
1 answer
Cakephp user management plugin create tables
I'm having a small issue. I'm trying to install a plugin (http://plugins.cakephp.org/p/720-users), the user management plugin. For this, I need to create some mysql tables, but I guess you need to create these via a php file and the Console of…

user3636815
- 11
- 4
0
votes
1 answer
How to give to a user access to a view but not to the table the view is using?
I've the following view defined into myCustomDatabase:
CREATE VIEW myCustomDatabase.dbo.myView AS
SELECT job_id FROM msdb.dbo.sysjobhistory
myCustomDatabase's owner is sa.
My current user (called currentUser) has only the db_reader role on the…

Fractaliste
- 5,777
- 11
- 42
- 86
0
votes
1 answer
How to update user Password in Mikrotik Using Command?
I am using a simple php script to add user in Mikrotik Hostspot.
Here is the code :

user2129513
- 9
- 1
- 2
0
votes
1 answer
Login system for android app and online-server
He,
I recently develop an app that stores user based data on an server. Now I want that users can register for the app and then only can edit there data on the server.
Is there a good tutorial out there that shows how to develop such a system…

Andre
- 1,249
- 1
- 15
- 38