mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 15:35:57 +03:00
[PR #141] [MERGED] Change root password using panel #433
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#433
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/141
Author: @ghost
Created: 5/3/2018
Status: ✅ Merged
Merged: 5/7/2018
Merged by: @retspen
Base:
master← Head:master📝 Commits (10+)
609651ddisable page reloading while migrating vm and pleaseWaitDialog is displayedfe89af9using custom accounts.backends.MyRemoteUserBackend, which adds default instances and attributes for user14b0751UserAttributes can_clone_instances defaults to True6858448fix multiple media selection in instance settings formb7457a4automatic remove instances with the same name4d08f95add /instance/sshkeys/ endpoint for retrieving instance owners ssh keysf959dc7settings: TEMPLATE_DIRS is deprecated, using TEMPLATES insteadd715e99templates/instance.html view redesign. smaller instance details, instance title addedc5f8635fix STATIC_URL in templates. static urls should be generated by "static" template tag3e709cdaccounts/views: do not redirect to profile, if user wants to see self📊 Changes
25 files changed (+713 additions, -177 deletions)
View changed files
📝
.gitignore(+3 -2)📝
README.md(+13 -0)📝
accounts/backends.py(+7 -1)➕
accounts/migrations/0009_auto_20171026_0805.py(+19 -0)📝
accounts/models.py(+24 -1)📝
accounts/templates/account.html(+26 -1)📝
accounts/templates/profile.html(+6 -4)📝
accounts/templatetags/tags_fingerprint.py(+6 -3)📝
accounts/views.py(+3 -13)📝
console/templates/console-base.html(+6 -5)➕
instances/migrations/0003_instance_created.py(+21 -0)📝
instances/models.py(+1 -0)➕
instances/templates/add_instance_owner_block.html(+36 -0)📝
instances/templates/instance.html(+210 -54)📝
instances/templates/instances.html(+2 -2)📝
instances/urls.py(+2 -0)📝
instances/views.py(+190 -39)📝
logs/urls.py(+1 -0)📝
logs/views.py(+29 -4)📝
templates/pleasewaitdialog.html(+2 -0)...and 5 more files
📄 Description
Hi there!
This is a awesome project!
I am running the latest old version and today I had an opportunity to install your version. Very good some changes that you did!
I have 2 questions:
1-) Is this possible to back the option to change root password using the panel?
2-) Do you will continue this project?
Thanks.
Thiago
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.