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

Use Backpack's Admin CRUD also for normal user

Is it possible to use Backpack's Admin CRUDs also for the normal user (obviously with limited functionality)? For example, with the route website.com/admin I can access Backpack's Admin panel, but what if I want to give the normal user the…
0
votes
1 answer

How can I edit a file with copies in 2 different users in linux?

I use AWS vps server and apache2 is installed in it. I want to edit a file "index.html" from 2 different accounts (i.e. 1st user "ubuntu" and second user "www-data"). By now, I try to edit the file but I got permission error so first I change…
user14674849
0
votes
2 answers

How does Jenkins build with the jenkins user in ubuntu while it has no permissions?

I have my project running in ubuntu server and I did everything through the user myname. The project files, all related directories and static files used by my application belongs to the user myname. Now I want to set up Jenkins Freestyle project…
Kid_Learning_C
  • 2,605
  • 4
  • 39
  • 71
0
votes
1 answer

Python-Django Trying to Add Users to my Database

I'm new to Django and I'm trying to create a page that allows users to register to my website. But I keep getting a page not found error. Using the URLconf defined in myapp.urls, Django tried these URL patterns, in this order: 1. admin/ 2. home…
0
votes
1 answer

Find users who don't belong to multiple groups

My company uses Microsoft Intune. We've got 4 groups in an on-premise AD that controls the conditional access. We'll just call them AllowGroup1, AllowGroup2, BlockGroup1, and BlockGroup2. What I want know find is all users that are not in all of the…
0
votes
0 answers

multiple user-session managemnet

im trying to build an flask application with user authentication. each user has different pages to be shown. the issue im facing is whenever user A logs in his username is saved in session variable and i use this to prevent users toggling through…
kirti
  • 1
  • 1
0
votes
4 answers

"Role Management" vs "User Management" in ASP.NET

Question No 1 I am familiar with role management, a particular member in a particular role can do this and access this functionally. What I need to do is Manage individual user, not the role he is in. For example, lets say I create a role, called…
TheTechGuy
  • 16,560
  • 16
  • 115
  • 136
0
votes
1 answer

Artifactory Users Management not loading

I'm trying to open the Artifactory Users Management page, following the Admin->Security->Users tab. Then I'm getting the following error: Any idea of what might be causing it? Also, which log I can check this? Couldn't find anything yet.
0
votes
1 answer

Separation of internal and external users in Azure AD, but allow all to use Power BI Premium

Currently my team and I have a client that is using Power BI Premium. We need to have Row Level Security enabled for both internal and external users. We gave a recommendation to have Azure AD groups handle user management, but the client does not…
0
votes
0 answers

move_upload_files and permissions

I have a user "broker" with home directory, when I tried to transfer files over SFTP, the files got moved from local to server, but using the function move_upload_files function, it gives "failed to open stream: Permission denied". chown -R…
0
votes
1 answer

How to implement a proper login system for an application where other applications can access a particular service?

I am developing a movie ticket selling application in asp.net core where a registered user can buy tickets. There are some other applications which can insert new movie ticket in ticket selling application. How to implement a proper login system…
0
votes
0 answers

Postgres: Difference Lock and account and alter an account with valid until

Postgres: What is difference between "Locking Account" and "Alter Account valid until"? ALTER USER john VALID UNTIL 'Jan 31 2030'; and ALTER ROLE john LOCK TIME 'Jan 31 2030'; ALTER ROLE john ACCOUNT LOCK 'Jan 31 2030'; Note: The USER, ROLE are…
Krishna
  • 501
  • 1
  • 8
  • 17
0
votes
1 answer

User email confirmation options?JWT?

I have a front end in react and a backend in asp.net core web api. I have already a login with jwt tokens and register using hashing and salt to store in db. I want to implement an email confirmation when the user registers in my site. Should i use…
0
votes
1 answer

Suggestions building a file import system for user management

I'll start by stating the overall goal of what I am trying to achieve: Our company manages an online product/service which gives millions (theoretical) of people access to certain information. We maintain and online portal in which members can…
JM4
  • 6,740
  • 18
  • 77
  • 125
0
votes
1 answer

SQL and OIM - querying against roles on a user

I am attempting to build a query but am lost on one thing. I need to build a column that outputs true or false depending on what another query outputs. The issue I'm having is that the other query has a table's output worth of data. All i need from…
Dean013
  • 323
  • 1
  • 3
  • 10