projects
/
pgweb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1548048
)
Fix comment typo
author
Magnus Hagander
<magnus@hagander.net>
Wed, 4 Jul 2018 17:40:16 +0000
(19:40 +0200)
committer
Magnus Hagander
<magnus@hagander.net>
Wed, 4 Jul 2018 17:41:26 +0000
(19:41 +0200)
pgweb/account/views.py
patch
|
blob
|
blame
|
history
diff --git
a/pgweb/account/views.py
b/pgweb/account/views.py
index 570998008f81754843e9047da252e7f164a4eb67..0ee8b3941688c36dad0b88a1adc3cfc6feb5320e 100644
(file)
--- a/
pgweb/account/views.py
+++ b/
pgweb/account/views.py
@@
-396,7
+396,7
@@
def signup_oauth(request):
# Generate possible new username
suggested_username = request.session['oauth_email'].replace('@', '.')[:30]
- # Auto generation requires firstname
a
and lastname to be specified
+ # Auto generation requires firstname and lastname to be specified
f = request.session['oauth_firstname'].lower()
l = request.session['oauth_lastname'].lower()
if f and l: