Use username instead of email when creating VM
This commit is contained in:
parent
e2c86116b2
commit
b44a7f98b5
3 changed files with 3 additions and 1 deletions
|
|
@ -1173,6 +1173,7 @@ class OrderConfirmationView(DetailView, FormView):
|
|||
user = {
|
||||
'name': custom_user.name,
|
||||
'email': custom_user.email,
|
||||
'username': custom_user.username,
|
||||
'pass': custom_user.password,
|
||||
'request_scheme': request.scheme,
|
||||
'request_host': request.get_host(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue