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
0
votes
1 answer

ASP.NET MVC 2 - Trying to configure role/user management via ASP.NET Configuration Tool

First, my development environment: Win7 laptop with Visual Studio Professional 2010. IIS is NOT installed. I'm trying to turn on and set up some roles for user management via the ASP.NET Configuration Tool, as demonstrated in the MVCMusicStore…
0
votes
2 answers

is it possible drupal like taxonomy and user managment in joomla?

is it possible in joomla to make pages and users like drupal? in drupal there is an option called taxonomy by which we can create tags which are similar into a group and can create user groups who can use a particular group of tags. and those group…
srinivas
  • 360
  • 1
  • 5
  • 16
0
votes
1 answer

WCF User Management Technology Recommendation

I'm writing C# WinForm and asp.net apps that talk to a SQL server through a WCF service. I want to avoid creating my own user management system and would like to use an existing component/technology that can create/delete/manage users and roles.…
Greg
0
votes
1 answer

Create multiple user login system with personal messages

I want to create a multi user login system with private messages. I created the theory in JavaScript (just for sketching out the theory and functionalities), and I wonder if I am on the right track. Of course I will change it to a backend language…
Barry
  • 75
  • 5
0
votes
1 answer

invalid_request with missing: scope using Google Passportjs on Google Oauth2

An issues has developed in authentication code that was working perfectly up until the beginning of the year, and then seemingly broke with little change on my part, I've tried to regress to a previous version and find the cause with no luck. So…
0
votes
1 answer

User Management with Ansible

I want to achieve the following user management via Ansible: I have users named user[1-3], usergroups named admin and developer. And I have a bunch of servers where, based on their usergroup the users should be added OR deleted. What works so far is…
user3515524
  • 23
  • 1
  • 4
0
votes
1 answer

Accessing info from database asp.net mvc 5

I have added as below to get some more user info, and updated the database, it all works as it should, however im trying to add in the index view of manage folder so that the FullName, birthdate and Country will show, but i cant really get it…
0
votes
1 answer

Persistent 87 error when calling AddUser

I'am trying to add local user with NetAddUser, but constanly getting this error code - 87, with no reason. Piece of code is done, as far as I can see, accordingly to MSDN. What could be wrong here? #include "stdafx.h" #include #include…
0
votes
2 answers

User Management for Database Access

I am very new to programming and have a theory-based question relating to user management in databases. I can't quite think how this would be asked so if it's a repeat question please feel free to link. tldr: The core problem is that a new user…
Thomas Chia
  • 79
  • 1
  • 7
0
votes
1 answer

Where can I find some MVC User Administration Helpers for AD Users?

So I have an MVC 2 app that uses the Active Directory Membership Provider. Authentication works like a charm! Now I need to add some additional screens to allow the users to: Change their password Reset forgotten passwords (email a super secret…
Jaxidian
  • 13,081
  • 8
  • 83
  • 125
0
votes
2 answers

Android gcm registration database management

I'm trying to build an app using Google Cloud Messaging. I used the google gcm samples, with almost no modifications, and so far, I can send message between my client app and my personnal little php server. (no code problem here) In samples, google…
0
votes
1 answer

User Management in MVC Application

I am hoping to create some secure areas of my MVC application, I understand how users can register, login etc with the out of the box views controllers etc. One thing that seems to be lost on me is a way to manage these users after they register.…
BlueBird
  • 1,406
  • 4
  • 24
  • 35
0
votes
2 answers

GAE logout url giving error 404

My GAE java based application uses only one google user - the admin. For the admin web pages I generate the logout url using UserServiceFactory.getUserService().createLogoutURL("/") The generated url is always having a /zero at the end and…
Gopi
  • 10,073
  • 4
  • 31
  • 45
0
votes
0 answers

Yii2 startup kit rbac role permission

Im using this startup application for my app trntv/yii2-starter-kit, Is there any option to add permissions and assign permissions to role using front end? how can i integrate the front end for rbac? please help me to do the frontend for roles and…
sk2
  • 1,171
  • 1
  • 10
  • 28
0
votes
1 answer

Checking who edited my file

There is file named status.html which is used as a loadbalancer between WFE's on SharePoint servers. My query is I want to come up with a script or a mechanism that will trigger a mail as soon as this file is edited by someone. Is it possible? In my…
Lilly123
  • 330
  • 1
  • 2
  • 9