mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-24 23:15:51 +03:00
[GH-ISSUE #32] Error: Instance already added #24
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @beyondthewall on GitHub (Jul 7, 2015).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/32
hello,
first of all.. i love webvirtcloud.. does exactly what i want it to do.. and all that in a simple appealing way.
though i just hit a bump.
why can't i add a virtual machine to multiple users? why would that be restricted? is there a way to do that?
thanks for all the good work!
best
@MaxPower87 commented on GitHub (Aug 6, 2015):
+1
Need this feature too :)
@MaxPower87 commented on GitHub (Aug 6, 2015):
I found a workaround.
You can give a user superuser permissions.
just open the db.sqlite3 file with your sqlite3 client:
sqlite3 /srv/webvirtcloud/db.sqlite3
update auth_user set is_superuser = 1 where username = 'USERNAME';
And then you have a new superuser who can see all the VMs.
Maybe this helps