retspen / webvirtcloud

WebVirtCloud is virtualization web interface for admins and users
1.63k stars 362 forks source link

Feature Requests #44

Open MaxPower87 opened 8 years ago

MaxPower87 commented 8 years ago

We want to use this tool in our company...but we miss some features.

Is there any way to use these features? This would be awesome :)

MaxPower87 commented 8 years ago

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

savichev commented 8 years ago

I think the right thing to do special group

ghost commented 8 years ago

+1 Allow user to create a new instance

Geramy commented 7 years ago

+1