mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 15:35:57 +03:00
[PR #110] [MERGED] Create instances with a random generated vnc password by default #423
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#423
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?
📋 Pull Request Information
Original PR: https://github.com/retspen/webvirtcloud/pull/110
Author: @nitmir
Created: 5/8/2016
Status: ✅ Merged
Merged: 5/8/2016
Merged by: @retspen
Base:
master← Head:passwd-vnc📝 Commits (1)
e75fc99Create instances with a random generated vnc password by default📊 Changes
3 files changed (+10 additions, -3 deletions)
View changed files
📝
instances/views.py(+2 -1)📝
vrtManager/create.py(+2 -2)📝
vrtManager/util.py(+6 -0)📄 Description
Instead of creating instance with no password, created them with a generated password. The password is readable in vncsettings.
This is another way to fix #95
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.