Questions tagged [user-management]

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.

537 questions
1
vote
1 answer

How create an user authorization in yii2 same RBAC whit some different?

I'm trying to create a shopping system that admin user can get access to everyone to do anything he want. Same rbac any users have some access and some one has more but in this case admin take access to others without dependencies to rules. My…
Aminkt
  • 612
  • 9
  • 25
1
vote
1 answer

User management and security module for a java application over Spring

I need to design a web service API for a java application. I figured spring + tomcat would be the best choice, as it's very widely used. The security aspect of the web service is of very high importance. After doing some research and reading some…
KidCrippler
  • 1,633
  • 2
  • 19
  • 34
1
vote
1 answer

How to purge specific users/groups from a SharePoint site collection?

I am trying to write a utility to find/delete specific users and groups from a SharePoint site collection. At this point I'm using the SiteUsers property of the SPWeb class to do the job, but I'm wondering: why isn't there a similar property in the…
Jacobs Data Solutions
  • 4,850
  • 4
  • 33
  • 38
1
vote
2 answers

User Management Tables are not shared between WSO2 products

I have followed the this guide on sharing registry between WSO2 products using G-Reg. But the problem is that User Management Tables are not shared. For example, I have created a new user "test" in G-Reg, but it is not valid in WSO2 ESB product…
zygimantus
  • 3,649
  • 4
  • 39
  • 54
1
vote
1 answer

How to migrate user's password from yii 1 to yii 2

I have an Yii application, and now I need to revamp this Yii application to Yii 2, and I need to migrate the user table from Yii to Yii2. So how can I migrate the user's password so that user can login to Yii2 without changing password?
yun
  • 125
  • 2
  • 11
1
vote
1 answer

Custom Function to retrieve data from user table

I want a write a custom function to find a particular property from identity user model. Say I want to find a user with a specified phone number. How to do so..???
piyush
  • 45
  • 1
  • 6
1
vote
1 answer

Installing user-management for Yii2.0

I've been trying to install user-management for Yii2.0, but getting ReflectionException while loading the page. I have attached the error page and directory structure below. and the file path is as shown below. I've searched a lot to find out the…
ABI
  • 1,536
  • 18
  • 38
1
vote
1 answer

Yii2.0 user-management Module Migrations Error

I am trying to install user-management module in Yii2. I am getting an error while running the migrations command for this module. Here is the fresh Stack trace from my terminal: $ sudo php yii migrate…
Salman Khakwani
  • 6,684
  • 7
  • 33
  • 58
1
vote
1 answer

User and Role Management in java with LDAP

I am new to LDAP. I have to implement a User and role management with Open LDAP in java. Currently i am using open LDAP 2.4. I am planning to map the following required entities to LDAP objects like: User: Different users identified by user id/…
Smita
  • 21
  • 3
1
vote
2 answers

What is the standard way to represent "business-logic users" in CouchDB?

I'm new to couchDB and still reading tutorials. My question is if it is the normal way to represent every user of my application as a new database user, as it seems to be explained that way everywhere I look? Let's say I have an online game with…
gekko42
  • 368
  • 3
  • 14
1
vote
1 answer

How to use Thinktecture Identity Manager with AspNetIdentity

Does anyone have a working sample of how to use Identity Manager in ASP.NET MVC, using AspNetIdentity? The Github documentation is outdated and so are the code samples on the website. Thanks
Dane Balia
  • 5,271
  • 5
  • 32
  • 57
1
vote
2 answers

user access management in j2ee web application

I am working with jsp/servlet project and I have to complete the module of access management to my jsps since I have more than one user with different profile. I defined a table in my database which resume the profil and the url permitted like…
kawtousse
  • 3,971
  • 12
  • 38
  • 57
1
vote
4 answers

What is difference between Password expires and Account expires ? Output of chage -l username command

What is difference between Password expires and Account expires ? Output of "chage -l username" command in Linux. In both case account will be locked So why there are two different fields?
manish
  • 944
  • 2
  • 14
  • 27
1
vote
2 answers

logic before dispatcher + controller?

I believe for a typical MVC web application the router / dispatcher routine is used to decide which controller is loaded based primarily on the area requested in the url by the user. However, in addition to checking the url query string, I also like…
1
vote
3 answers

How to create user in MediaWiki using database

I've tried to add a new user with phpmyadmin of my host but it didn't work. After I add a new record in user table (same of other users info) and tried to login with my new username to the MediaWiki, the system said user doesn't exist.
camelope34
  • 11
  • 2