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

Does CodeIgniter's sess_create() delete previous session?

I am going to create a function called login_as_member($member_id) that lets the admins log in exactly as a member. In member login() method, I've used sess_created(). Now I want to see whether I use that method or not? For sure, I do not want the…
2
votes
1 answer

SQL 2005 cannot delete user

I have restored a database from a backup onto a new server, and I cannot delete the old schema from the database. I have created a NEW user for this database. The NEW user is named differently (to make things clearer for other developers), so I…
Kolten
  • 3,495
  • 5
  • 42
  • 59
2
votes
3 answers

use the FileSystemWatcher class to document the user who is making changes

I have a console app that checks for changes occurring on the file system. I'm trying to find out if it's possible to get the username of the individual who is doing the changes?
MDL
  • 261
  • 2
  • 12
  • 23
2
votes
0 answers

Spring Invalidate another user's session just after admin locks a user

Possible Duplicate: Is it possible to invalidate a spring security session? Could you please help me with my problem? We are using spring 3 and spring security. Our problem is that we need invalidate another user's session immediately (or almost…
Eugene S
  • 99
  • 1
  • 11
2
votes
1 answer

How to maintain users of Tomcat basic authentication?

After searching online for quite some time, I cannot find a good way to edit users from within a JSP script besides opening tomcat-users.xml and manually editing it. Not only is this a security vulnerability because I have to give the www user…
kevin948
  • 648
  • 1
  • 8
  • 21
2
votes
1 answer

Using an entire Symfony 2 app as a plugin for native php project?

I have an old project which I want to add user management to. Symfony has the FOSUserBundle which makes user straightforward. Is there a way to integrate Symfony in the old project so that I can benefit from the UserBundle?
antitoxic
  • 3,746
  • 1
  • 37
  • 46
2
votes
2 answers

Supporting anonymous and registered users

I'm trying to create a RESTful API for a game. The game will support both anonymous users (users that just want to play now) and users that are willing to register. What I'm trying to achieve is that while an unregistered user is still using the…
Ian Bishop
  • 5,185
  • 3
  • 26
  • 37
2
votes
1 answer

Keycloak API: How to change associated client roles of a composite role

I want to change the associated client roles in my admin-sso role. I can change the associated realm roles but not the client roles. Let's say I have a client role realm-management and I would like to add the role manage-identity-provider to the…
gerrel93
  • 89
  • 6
2
votes
1 answer

User management in Silverlight, create custom UI or use ASP.NET website administration tool?

I'm creating a silverlight for line of business application, and I'm using Forms Authentication. For user management, I'm deciding between using the built-in "ASP.NET Web Site Administration Tool", or create my own custom thing in Silverlight…
AbdouMoumen
  • 3,814
  • 1
  • 19
  • 28
2
votes
0 answers

Create another admin user in Influx 2.0

How is it possible to create another admin user in Influx 2.0? Lower versions provide the feature directly on creating with an additional "WITH ALL PRIVILEGES". But for Influx 2.0, I cannot find any clue to add a 2nd or even 3rd admin. I can create…
gn0m3r4l
  • 21
  • 2
2
votes
1 answer

Rely on Facebook user id as a permanent user identifier

We are building a web application and right now we are in the stage of deciding how to keep track of our users. Our default option is to maintain our own user registration system which is a lot of headache (user name uniqueness, registration…
Yaron Levi
  • 12,535
  • 16
  • 69
  • 118
2
votes
1 answer

bash: adduser: command not found [Debian 10 Buster]

What is the way to add new users in Debian 10 Buster? I tried adduser but this appears to be missing. > adduser myuser bash: adduser: command not found Thanks.
Jorge
  • 43
  • 1
  • 5
2
votes
1 answer

Angularfire check password

I'm coding a "delete account" functionality on my app and I want the user to enter their password again before triggering the deletion. What would be the best way to implement this? I was thinking on using the "signInWithEmailAndPassword" method and…
dev_huesca
  • 456
  • 1
  • 3
  • 14
2
votes
2 answers

How to design two types of account in a system

I am trying to create a social networking application for students and teachers. I am currently designing the user accounts module I have thought of these two approaches Approach 1 Public class Account { public string AccountId{get;set;} …
taher chhabrawala
  • 4,110
  • 4
  • 35
  • 51
2
votes
1 answer

C# Application (All-Users Installtion) should use %appdata% per User (even runAs Admin and/or in RDP Session)

I have a C# application that is being installed for all users. Every user on the pc can use the program, and I need to store user-specific Data per user. I started with Enviroment.SpecialFolder.ApplicationData giving me…
KYL3R
  • 3,877
  • 1
  • 12
  • 26