mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-13 22:01:06 +00:00
Enable register user on seahub
This commit is contained in:
@@ -4,5 +4,5 @@ from django.contrib.auth.models import User
|
||||
|
||||
class UserProfile(models.Model):
|
||||
user = models.ForeignKey(User, unique=True)
|
||||
status = models.CharField(max_length=40, blank=True)
|
||||
ccnet_user_id = models.CharField(max_length=40, blank=True)
|
||||
|
||||
|
Reference in New Issue
Block a user