Questions tagged [multiple-users]
213 questions
1
vote
0 answers
Turn spreadsheet into web page for multiple users simultaneously
I have created an excel spreadsheet with many calculations depending on number that a user inserts in every row.
I would like to turn it into web page so multiple users could access it simultaneously. I believe I can't do it with MySQL, because,…

GeorgiosR
- 11
- 1
1
vote
1 answer
How multiple people can join the same channel so that we have two remote views and one local view in Agora Android?
I am using Agora for the video call function. I have run the sample code of agora for 1-1 video call referencing this - https://docs.agora.io/en/Video/start_call_android?platform=Android
In the sample we have one local view and one remote view, this…

Sid
- 2,792
- 9
- 55
- 111
1
vote
1 answer
Wordpress: Set one password for all users in a role, existing + future signups
A client would like me to make a single password work for all users of a certain role(Attendee). I/they know this is not a smart thing to do security-wise, but it must be done. This role has basically no abilities and the site has no particularly…

pseudojk
- 67
- 6
1
vote
1 answer
Is it possible for a process in Linux to change another process's UID?
I was wondering if it was possible for a process in Linux (assuming it had root access) to change another process's UID including the RUID, SUID, and EUID, and if so, if there was a specific implementation I could do (whether that be in C++ or in a…

Justin Tjoa
- 47
- 1
- 6
1
vote
1 answer
Django - Multi-tenant architecture. How to create multiple users for a single app
myproject
|- myapp
I have created a django project which has an app in it that does viewing , adding data to database etc. Now I want to create multiple users who can use this app with their own data. What is the best way about it.
Lets say there…

user2390751
- 65
- 1
- 12
1
vote
1 answer
How to lock environments in a multi-user Conda install?
I'm managing a multiple user Conda installation. I want to provide a few basic environments, e.g. base, Tensorflow 1, Tensorflow 2, etc. that users can clone if they need more specific environments.
I've added users to the group per the install…

lynn
- 536
- 2
- 5
- 16
1
vote
1 answer
How do you create multiple registration in laravel
I'm using laravel 6 and I want to create an app with two different users. One user is a user registering on the app as an individual while the other user is a user registering on behalf of a company/organization.
For an individual user, firstname,…

ItsCharlie4real
- 23
- 7
1
vote
3 answers
login as a user and admin at the same time in laravel
I am working on a laravel project in which from ADMIN panel I can log in in the user module, but when I want to go back from the browser the admin panel is not working means admin is logout. is there any method in which I can log in in both module…

sweta ramani
- 31
- 1
- 4
1
vote
1 answer
App Ownership Transfer - User's Perspective
We have a app which is listed under a google account and the existing Google Account Holder is no longer supporting the app and wants us to take ownership.
They will fill the form to transfer the app to us.
We have a question, the current app is…

Swap00Seven
- 21
- 1
1
vote
2 answers
How to create multiple instances of nodejs server
I am building a notification application in which every time an event is triggered the associated user gets a notification. I am using localstorage of NodeJs to store the information of the logged in user. The problem is that when two users are…

user10136991
- 63
- 1
- 10
1
vote
2 answers
Multiple users on one account: session data
I figure that this should be possible, as it is a requirement asked by my supervisor. There are a few types of accounts, one of them is a 'company' account which should allow anyone in the company who has these credentials to log in at the same…

toomuchcs
- 1,344
- 8
- 20
- 25
1
vote
1 answer
How can I create multiple iam users with console logins enabled with terraform
I need to be able to create multiple iam accounts for my developer group with console login enabled using terraform
It's a bit tricky since we have to use keybase when enabling login profiles in terraform. Is there a way to achieve this
variable…

Mahela Wickramasekara
- 603
- 1
- 11
- 22
1
vote
4 answers
Multiple SVN users with the same login credentials on a Unix machine
Here's our usecase for small projectets that rarely require attention from multiple developers at the same time:
Projects are on a shared Ubuntu dev server
Shared office account used to access the actual dev server
Developers have their own SVN…

red
- 1,980
- 1
- 15
- 26
1
vote
0 answers
Django Python: Display Different Views for Different User Types by Retrieving Data in Wamp Server
I am newbie and I really need help in this problem.
Can someone answer this and teach me how to do it in Django.
I want to create a restaurant system which has 4 types of users (admin, customer, kitchen, and cashier) in Django. I already created…

Eve11
- 99
- 3
- 14
1
vote
0 answers
Is it possible to use same PHP code with multiple databases for each client?
I just got into PHP environment from C#, and I came up with a project in my mind that could help me get better at coding and understanding web app development. I did a little re-search on web and could not find exact answer for myself, but maybe I'm…

Erdem Çelik
- 19
- 4