1
0
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:
plt
2011-05-08 15:19:58 +08:00
parent c43bc4944a
commit 207be6c5bb
11 changed files with 105 additions and 40 deletions

View File

@@ -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)