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
2 answers
Microsoft Azure: How to setup Contributor-role User Groups for separate Resource Groups?
I am trying to setup 2 separate Contributor-role user group for 2 separate Resource Groups in Microsoft Azure. In the new portal, I added 2 groups in the Contributor role. So after I created a new Azure website and its resource group, the 2…

icube
- 2,578
- 1
- 30
- 63
0
votes
1 answer
How to restrict access to Office365 services for hourly employees?
I need to figure out how to restrict access to Office365 services for our hourly employees. We sync using DirSync only - we don't have ADFS. I'm hoping there is some powershell command I can run on a schedule that can disable their account at 5:00pm…

Jeremy
- 43
- 1
- 11
0
votes
1 answer
PHP User based Data Edit and Delete Using YII
I am working on PHP YII (Version 1.15) User management application.
My Scenario: A user can be assigned as supervisor and there are 'n' numbers of subordinates can assign to the user. Likewise, there are many supervisor available in the application.…

Akilan
- 1,707
- 1
- 16
- 30
0
votes
1 answer
Using Bootstrap's Modal plugin when a user is logged in in CakePHP 2.x
I am using CakePHP 2.3.6 & Bootstarp in a project. In the menu bar, there is a menu that I want when clicked, if the user is logged in, send an Ajax request and return a successful message, else load the login page in the modal plugin and let the…

Musabbir Ahmed
- 89
- 10
0
votes
2 answers
Apache Tapestry user logged in feature
I am trying to create a login feature for my apache tapestry website, where after logging in, instead of the 'Log In' and 'Register' button, the email of the logged user should be displayed, along with a 'Log Out' button.
Could anyone please tell…

Marius Popa
- 564
- 1
- 5
- 22
0
votes
1 answer
Login System & Storage
I'm writing a simple asp.net application with the entity framework and mvc.
I started with a template which actually includes a simple account creation and login system. However I wish to store account details in a database.
var user = new…

Dale Fraser
- 4,623
- 7
- 39
- 76
0
votes
3 answers
How to create a wordpress custom settings page for a subscriber
Please let me first try to explain what I want to accomplish:
I am building a wordpress website for a small, local, but public swimming pool. The pool is only open when the weather is 'fine'. The lifeguard decides in the morning whether the pool…

Luc
- 95
- 1
- 7
0
votes
1 answer
.NET User Management - User Registration and Email Activation Link
Is there a Standard settled comomn way to create User Registration with Email Activation Link in Dot Net 2.0 ?
0
votes
0 answers
SQL-based Event Management - How can users be registered to event?
I'd like to create an event management system. Events are stored in one SQL database, Users in another SQL database.
Users are supposed to be able to register to as many events as they like. I'm having trouble modelling this in SQL.
Could somebody…

Theeclo
- 1
- 2
0
votes
2 answers
How to handle more users (with own accounts) for Android Application? Multithreading?
I have an Android App and a Server for maintenance. My App has a onetime registration process, where the user has to add a unique ID. And for this unique ID the user gets his data from the server. And the server gets this data from another…
user2940365
0
votes
1 answer
Create Users of different Priviledges in Joomla
I have googled this but couldn't get a clue of this. I know how to set priveledges for different user groups, etc. But I don't know how do we actually create a user in Joomla which is either guest or author, etc based on registration information…

user3480127
- 3
- 1
- 5
0
votes
2 answers
How to give access to a specific database for a Plesk 11 user
So, I've created a user in Plesk 11, and assigned him a role (custom role that a created for him) with only database access.
But this new user has access to all my databases, I want to restrict his access to a specific one.
How can I do this please…

Adil Ouchraa
- 501
- 3
- 5
- 18
0
votes
1 answer
How to add a password to a system user with java code
I need to attribute a password to my system account (UTILISATEUR-PC/UTILISATEUR° using java code. Is there any java api or indication how to start to make this work?

junior developper
- 448
- 2
- 19
- 40
0
votes
1 answer
uFlex save custom data
I want to use uFlex(http://ptejada.com/projects/uFlex) for my user management but I can't get it working :(
I try to send this data via post:
Array…

jona jürgen
- 1,789
- 4
- 22
- 31
0
votes
1 answer
Joomla3 component add additional registration fields
I am currently creating a shop-like component for Joomla 3. For this component, I will need some additional user-fields (Address) for the processing of the order.
My question is as follows:
What would in your opinion be the best way to achieve…

Xavjer
- 8,838
- 2
- 22
- 42