Questions tagged [multiple-users]

213 questions
1
vote
2 answers

How can I get an accurate count of computers logged in to my SQL Server database?

We license our software by number of workstations. I have a query that I have used for years to get an accurate count of the workstations logged in to my SQL Server database. For simplicity, all users use the same login name/password. This is built…
KimM
  • 17
  • 4
1
vote
1 answer

Check if ssh is being run on another administrator user and kill it. (AppleScript)

I would like to check if the process 'sshd' is running on the user 'ladmin' and kill it from my user 'patrick' if it is. I am an administrator also. Here is my code: tell application "System Events" set ProcessList to name of every process …
Patrick Cook
  • 458
  • 12
  • 27
1
vote
1 answer

Is there any standard way to deal with user privileges in Java?

I have a Java program involving several users who need to have different privileges. I currently have a class with basic CRUD methods; each of which requires that the current user has permission to call that method. For example, a user may have…
Micheal Hill
  • 1,619
  • 2
  • 17
  • 38
1
vote
0 answers

how to send facebook message to multiple users using fb.ui

I want to send facebook message to multiple users and after sending message I want those user ids from dialog in response. I searched that it is not possible only with method send so first I am using apprequests method and from this response I want…
Akash Mishra
  • 179
  • 3
  • 15
1
vote
1 answer

How to manage multiple "logins" on a single instance of an iOS app?

I found this question: What are the best practices for managing multiple users on an iPad app? But it is a couple of years old, is answered by the asker and he doesn't seem to be too sure of himself, so I thought I'd go ahead and ask this: Say I'm…
narco
  • 830
  • 8
  • 21
1
vote
0 answers

What is the best method to create subdomain in codeigniter?

I am currently developing a site written in primarily Codeigniter that allows users to signup and enter in some information. I would like to give them a unique url (web page) on my site that contains their information so it can be favorited, or…
jayadevkv
  • 384
  • 3
  • 16
1
vote
1 answer

Github Permission Denied

Banging my head on this github multiple user thing and hoping I can get some help! I just added a new email to my existing github account, changed my git configs locally to the right name and email, and added the ssh key to github but when I try to…
user3029619
  • 109
  • 1
  • 10
1
vote
2 answers

How to enable 2 logged in users to my app?

I'm developing a basic ERP in PHP for a small firm, they need to maintain accounts of 2 separate companies within it. Working in Code Igniter as I am most familiar with that framework. I need to allow the user to be logged in on both companies at…
echorashmi
  • 81
  • 1
  • 5
1
vote
1 answer

Git with multiple accounts gives same username while doing ssh

I have 2 git accounts on my mac for which I have 2 sets of public and private keys. I have a config file in /.ssh to manage those accounts, which looks like this: Host github.com HostName github.com User git IdentityFile…
Manu
  • 46
  • 4
1
vote
2 answers

tracking multiple users in CMS with $_SESSION

Hello I am trying to make multiple users in a CMS I made. I have all their data in a table and was using mysql_num_rows check if the records matched and then use session_register() to set a session. I have changed this to PDO commands. I want to be…
Adam Brown
  • 2,812
  • 4
  • 28
  • 39
0
votes
2 answers

ASP.NET and XML for each hit to website

I have a question to understand the concept of ASP.NET with each client browser. I am trying to update the XML on server when a user hits a particular page on my website. This page is dynamic, but too large so I want it to load using an XML file…
Murtaza
  • 3,045
  • 2
  • 25
  • 39
0
votes
1 answer

Powershell change format of csv file

I need some help on the ordering/removal of csv file and its data. The output file looks like this: @{UserPrincipalName=name.surname@domain.com} @{UserPrincipalName=name1.surname1@domain.com} @{UserPrincipalName=name2.surname2@domain.com} however…
Rambo2000
  • 13
  • 2
0
votes
0 answers

How to automatically move different excel files from one folder to multiple folders using SharePoint

In SharePoint i will receive multiple excel files every 30 minutes in a folder named assigned work ..I want to move the certain files to certain users automatically Is there a way to move files automatically in SharePoint I searched and got to know…
ramya
  • 1
  • 1
0
votes
0 answers

parallel computations with multiple users to use the website

all, I am using "joblib.Parallel" for parallel computations in my website. It works well. Now I want multiple users to use the website at the same time. I’m currently using a library called Celery to handle the parallel computations for multiple…
Erickzhou
  • 5
  • 3
0
votes
0 answers

Pm2 is not updating on windows server 2019 with multiple user

This is regarding a specific PM2 version upgrade process in windows server 2019. Here's a breakdown of what I'm aiming to achieve: Initially, I installed PM2 version 3.5.0 as an user 1 has admin privilage and added the user 1 to the logon of the…