mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 15:35:57 +03:00
[GH-ISSUE #115] rename admin account #78
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#78
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 @jb-alvarado on GitHub (May 17, 2016).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/115
Hello,
is it possible to rename the admin account?
Regards
Jonathan
@nitmir commented on GitHub (May 17, 2016):
Go to the webvirtcloud application directory and do
./manage.py createsuperuserIn fact I think it is a bad idea to have default credential. The install procedure should call
./manage.py createsuperuser…To delete the admin user run:
@jb-alvarado commented on GitHub (May 17, 2016):
Thank you nitmir,
this works!