user-management Questions
7
Solved
createuser allows creation of a user (ROLE) in PostgreSQL. Is there a simple way to check if that user(name) exists already? Otherwise createuser returns with an error:
createuser: creation of new...
Maximalist asked 17/12, 2011 at 17:59
4
Has anyone come up with a way to allow remote users to change their own passwords in VisualSVN server? We have it running in 'stand-alone' (non-ActiveDirectory) mode and the only down side that I'v...
Placeman asked 4/12, 2010 at 15:49
5
Solved
How can I get user keycloak attributes (username, firstname, email...) based on user id?
The user I'm using in the Keycloak session has already the role view-users assigned so I should be able to ...
Edinburgh asked 12/4, 2019 at 1:36
3
Solved
If I surf to http://localhost:58472/Account/Register I've this exception
System.InvalidOperationException: The current type, IUserStore<ApplicationUser>, is an interface and cannot be con...
Pointer asked 17/2, 2016 at 15:31
1
Solved
Our backend is currently using the KeyCloak Admin Client API (Java) to
Create users
Create roles
Assign roles to users
Executing actions emails (“UPDATE_PASSWORD”, “UPDATE_PROFILE”, “VERIFY_EMAIL”...
Harker asked 8/4, 2021 at 14:22
3
Solved
An app is communicating via the Open ID Connect protocol with AWS Cognito, which is connected to ADFS, communicating via SAML. Cognito is essentially "proxying" the ADFS server.
ADFS hold...
Spokane asked 19/3, 2019 at 11:40
4
Solved
I am trying to add a member to Visual Studio Marketplace. In my account I go to Manage Publishers & Extensions -> Members and click om '+ Add'. Whatever e-mail I provide shows "Invalid Domain" ...
Rafter asked 8/5, 2019 at 2:57
1
Solved
NB I got warning that there are many similar questions available. However, those are mostly regarding other concepts such as difference between user managers and user stores (and also, difference b...
Slipslop asked 2/8, 2021 at 10:24
3
What is an alternative to firebase for user management/auth for python apps. I know I can use node.js w/ firebase but, I would rather authenticate users through a managed 3rd party API in python us...
Hospodar asked 14/5, 2017 at 17:44
1
Solved
I am starting with Cognito and a mobile application where, along with other core functionalities, user profile can be updated and the pool gets queried quite often. Therefore I am considering follo...
Scrophulariaceous asked 22/9, 2020 at 20:40
0
I am trying my hands on cognito with very little knowledge about it.
Here I am trying to create a user group that has a role attached to it.
There is no option to type in the ARN there is only an ...
Menam asked 16/9, 2020 at 5:53
2
Solved
In the documentation, there is an example of using the lineinfile module to edit /etc/sudoers.
- lineinfile: "dest=/etc/sudoers state=present regexp='^%wheel' line='%wheel ALL=(ALL) NOPASSWD: ALL...
Calore asked 27/10, 2015 at 3:20
2
After upgrading to Debian Stretch phpmyadmin no longer give me the option in the User accounts tab to delete database users. Mariadb and phpmyadmin was installed with standard Debian packages and I...
Outlawry asked 23/8, 2017 at 17:9
1
Minimal reproducible example:
library("shiny")
ui <- fluidPage(
actionButton("button1", "Run 1"),
actionButton("button2", "Run 2")
)
server <- function(session, input, output) {
cat("se...
Merit asked 10/3, 2020 at 13:22
2
Solved
I've started working on an existing ASP.NET Core project that uses the Identity framework. The application uses a single database. For some reason the application uses two separate database context...
Pontificals asked 24/7, 2019 at 6:15
1
I’ve got questions on how to properly do delegated user self-administration with Keycloak.
Some background information:
We are working with hundreds or even thousands of organizations for which ...
Filia asked 8/8, 2017 at 13:51
2
Solved
I'm currently writing a little dynamic web-application in Java.
The application is supposed to be an event-platform where you can create a user-account, log in, and then you can see all open events...
Encephalograph asked 14/8, 2013 at 19:51
2
Solved
How can I drop user from a database without dropping it's logging?
The script should check if the user exists in database, if does then drop the user.
Arbitral asked 7/1, 2010 at 19:32
2
Solved
What I want to implement:
I have a Cognito User-Pool and I have some Users and some Groups. I want that certain Users have access to API Gateway functions, some Users can access some functions and...
Temperament asked 24/7, 2018 at 15:44
1
Let's say I have a users table with three columns, public_data, private_data, and system_data, and I have three roles named postgres, authenticated_user, and visitor.
postgres is superuser and can...
Burble asked 13/3, 2018 at 16:40
1
Solved
I'm writing a playbook to manage users on our servers defined in users.yml:
---
users:
- login: ab
full_login: abcdef
name: Aaaa Bbbb,,,
admin_on: server1, server2
regular_on: server3
active:...
Nf asked 15/2, 2018 at 14:21
1
Solved
I'm currently not able to create a postgresql database user within a function.
Background:
I have a Java Swing application and my goal is to develop a menu to create, alter and delete database user...
Wivinia asked 22/12, 2017 at 0:54
1
Solved
I'm trying to use Firebase's Firestore database to handle Users in my Android app.
Initially I want to use the id returned from the Auth package (a string), and set that as the id for the users C...
Jamisonjammal asked 7/10, 2017 at 16:6
1
I am building a rather simple site with ASP.NET Core MVC 2.0 that is more or less an image gallery, just for me. I am not using any database so far. It is just a json file with metadata and the ima...
Baneberry asked 13/9, 2017 at 21:45
3
Solved
How to efficiently manage user accounts in Ansible?
I want to keep user accounts and certificates in list.
When running playbook I would like to create every account from list (thats easy).
I also...
Alvarez asked 25/5, 2016 at 15:36
1 Next >
© 2022 - 2024 — McMap. All rights reserved.