Questions tagged [multiple-users]

213 questions
2
votes
0 answers

ASP.NET concurrent users slowing each another

Recently I programmed an ASP.NET MVC 4 web application using Entity Framework, Razor - quite large (about 90 entities, many forms etc.). Everything worked fine and quite fast in my development environment. Troubles started in moment of deploying…
2
votes
0 answers

Using Excel to connect to SQL for multiple users on multiple computers

I am trying to make an Excel file that will pull from a SQL database and provide the front end user with the desired information. Now excel will do lots of calculations after it has pulled the data over which I have that working just fine. My…
Chad Portman
  • 1,134
  • 4
  • 12
  • 38
2
votes
2 answers

Selecting the wrong item because of old data in GridView

I'm working in Visual Studio 2010 with C#/ASP.NET and a SQL server database. I'm trying to fix a website that will allow managers to assign employees to various tasks. The problem now is that if two managers are working at the same time, the wrong…
1
vote
1 answer

i want each email to log in with one device

i am currently working on a streamlit (python API) site that displays my courses videos i want only users that paid for the courses watch them but the users log in using their emails so they might share their emails with their friends how do i…
1
vote
1 answer

Remove authorized_keys using Ansible for multiple keys and multiple users

I am fairly new to Ansible and has been assigned a task. I have a YAML file in which I have the following keys for multiple users. client: - key: ssh-rsa…
1
vote
1 answer

Denying multiple users editing the same post/blog at the same time. (Wordpress has that functionality)

I have am looking at the way to prevent multiple users opening same post and editing at the same time. For example I open it in one tab and start editing, when someone else wants to open in another tab it shouldnt be possible to edit it.Only one…
1
vote
0 answers

Service running in a different timezone than windows (with a specific user)

I have a service running in windows that is running with a particular user, different than the one that I sue to log on to the server. And the service user, is using a different time zone than the windows server. I need to find out a way to see in…
agm
  • 317
  • 3
  • 15
1
vote
1 answer

Obtain last password set date on visual basic script

I'm trying to get the last password date on vbs. I'm using this code On Error Resume Next Wscript.Echo Day(now) & "/" & Month(Now) & "/" & Year(Now) strComputer = "." Set objWMIService= GetObject("winmgmts:" & "{impersonationLevel=impersonate}!\\"…
1
vote
0 answers

Can I share or synchronized Google account from user 0 (owner) to user Guest in android phone?

I am making small tool to control android phone with ADB command. I use adb shell pm create-user --guest guestUser to create Guest user (this way to change android ID without factory reset or root). But Guest user or other user do not auto login my…
1
vote
0 answers

How conda environments can be visible for all users added into jupyterhub?

I am using jupyterhub where i have installed conda and created environments too, from the perspective of the admin. My concern is that i have also added some other users into jupyterhub server but those users cannot see any of what i have installed…
moctarjallo
  • 1,479
  • 1
  • 16
  • 33
1
vote
0 answers

Methods for detecting users with multiple accounts

I'm working on a phone app that involves users acquiring money and cashing out to their PayPal/bank account/etc. In that context, security is obviously an important concern. Right now I'm building systems to detect users creating multiple accounts.…
ZECTBynmo
  • 3,197
  • 3
  • 25
  • 42
1
vote
1 answer

Keeping track of users history in express to make a 'back' button?

I'm making an express app and I want to include a 'back' button in the app UI that does basically exactly what the browser back button does. I tried holding an array variable in the server that simply collects all of the URL params visited. For…
seb-2020
  • 21
  • 2
1
vote
0 answers

Amazon QuickSight for internal and external users

We have one AWS account and QuickSight Enterprise Edition instance on it that serves internal users. Its main data source is a Redshift cluster in the same account. But now we want deliver QuickSight dashboards to external clients of the company. We…
1
vote
2 answers

How to check if "Multiple users" is enabled

Is there a system setting table or API I can check to see if the "Multiple users" setting is turned on in Settings -> System -> Advanced -> Multiple users? Thanks!
Flyview
  • 1,899
  • 1
  • 28
  • 46
1
vote
1 answer

htaccess users with different privileges

I am trying a achieve the following with htacess : ** adminuser ** /dir <= has access to directory listing or parent dir /dir/subdir-n <= has access to directory listing of any sub-dir ** clientuser ** /dir <= DOES NOT have access to directory…
Sebastien
  • 2,607
  • 9
  • 30
  • 40
1 2
3
14 15