[GH-ISSUE #148] Default userneme/password is incorrect in latest pull (20180525-1200) #102

Closed
opened 2026-02-27 15:57:20 +03:00 by kerem · 2 comments
Owner

Originally created by @ssbaksa on GitHub (May 25, 2018).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/148

When you pull latest code from repo, installation is somewhat buggy (xml issue) but even when all is installed and start web page is shown, default userneme/password is incorrect and I can't login with admin/admin

Originally created by @ssbaksa on GitHub (May 25, 2018). Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/148 When you pull latest code from repo, installation is somewhat buggy (xml issue) but even when all is installed and start web page is shown, default userneme/password is incorrect and I can't login with admin/admin
kerem closed this issue 2026-02-27 15:57:20 +03:00
Author
Owner

@ningdb commented on GitHub (May 31, 2018):

me too.

<!-- gh-comment-id:393424266 --> @ningdb commented on GitHub (May 31, 2018): me too.
Author
Owner

@retspen commented on GitHub (May 31, 2018):

You have to change in settings.py to:

AUTHENTICATION_BACKENDS = (
    'django.contrib.auth.backends.ModelBackend',
    #'accounts.backends.MyRemoteUserBackend',
)
<!-- gh-comment-id:393445882 --> @retspen commented on GitHub (May 31, 2018): You have to change in settings.py to: ``` AUTHENTICATION_BACKENDS = ( 'django.contrib.auth.backends.ModelBackend', #'accounts.backends.MyRemoteUserBackend', ) ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtcloud#102
No description provided.