mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-26 08:05:54 +03:00
[GH-ISSUE #374] Python 2.7: Insecure key file permissions! #277
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 @oytunistrator on GitHub (Jul 26, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/374
Distro: Ubuntu 14.04 LTS
@retspen commented on GitHub (Jul 28, 2014):
Check your
webvirtmgr/local/.secret_key_storepermission must be www-data owner@srulikuk commented on GitHub (Aug 8, 2014):
Hi,
I have the same error for running ./manage.py createsuperuser, problem is i forgot my web gui password and need to either find it in the conf files or add a new user.
my webvirtmgr/local/.secret_key_store permission is set to www-data (-rwxr-xr-x 1 www-data www-data)
Please help
@retspen commented on GitHub (Sep 1, 2014):
Permission must be 664
@nickw444 commented on GitHub (Dec 10, 2014):
https://github.com/retspen/webvirtmgr/blob/master/webvirtmgr/utils/secret_key.py#L61
Permissions must be 600. See link.