Top "User-management" questions

Drop User from SQL Server Database?

How can I drop user from a database without dropping it's logging? The script should check if the user exists …

sql sql-server user-management
How to check if a postgres user exists?

createuser allows creation of a user (ROLE) in PostgreSQL. Is there a simple way to check if that user(name) …

postgresql shell user-management
Add Users to Jenkins with "Allow users to sign up" Disabled

I do not want new users to be able to sign up. So in Jenkin's Configuration, I disabled "Allow users …

jenkins user-management
mysql create user if not exists

I have a query to check mysql users list for create new user. IF (SELECT EXISTS(SELECT 1 FROM `mysql`.`user` …

mysql user-management
Ansible: best practice for maintaining list of sudoers

In the documentation, there is an example of using the lineinfile module to edit /etc/sudoers. - lineinfile: "dest=/etc/…

python unix ansible user-management
How to manage user privileges in Jenkins?

In addition to running any job (but may want to restrict that as per job), I would like my user …

jenkins permissions user-management
How can I handle/restrict user-access to servlets & jsp's?

I'm currently writing a little dynamic web-application in Java. The application is supposed to be an event-platform where you can …

java jsp jakarta-ee servlets user-management
User Management in CodeIgniter 2.1.0

Possible Duplicate: How should I choose an authentication library for CodeIgniter? What is the best library for User Registration / Authentication / …

codeigniter authentication user-management
Mapping Firebase Auth users to Firestore Documents

I'm trying to use Firebase's Firestore database to handle Users in my Android app. Initially I want to use the …

firebase firebase-authentication user-management google-cloud-firestore
How to create a database admin that will manage its database users

I'm using MongoDB ver2.6.2 and want to create a database admin that will able to manage its users (add and …

mongodb administrator user-management