mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-21 19:37:28 +00:00
Update social_django and profile
This commit is contained in:
@@ -74,8 +74,7 @@ class DjangoUserMixin(UserMixin):
|
||||
assert 'username' in kwargs
|
||||
|
||||
user = User.objects.create_user(email=kwargs['username'],
|
||||
is_active=True,
|
||||
save_profile=False)
|
||||
is_active=True)
|
||||
|
||||
# try:
|
||||
# if hasattr(transaction, 'atomic'):
|
||||
|
Reference in New Issue
Block a user