Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
717410cd
Commit
717410cd
authored
Nov 30, 2012
by
Kostas Papadimitriou
Browse files
is_local is no longer used
parent
dbad3ada
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-astakos-app/astakos/im/forms.py
View file @
717410cd
...
...
@@ -274,7 +274,6 @@ class ThirdPartyUserCreationForm(forms.ModelForm, StoreUserMixin):
def
save
(
self
,
commit
=
True
):
user
=
super
(
ThirdPartyUserCreationForm
,
self
).
save
(
commit
=
False
)
user
.
set_unusable_password
()
user
.
is_local
=
False
user
.
renew_token
()
if
commit
:
user
.
save
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment