aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'mediagoblin/models.py')
-rw-r--r--mediagoblin/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/models.py b/mediagoblin/models.py
index 9e0ee8ca..eef59ed4 100644
--- a/mediagoblin/models.py
+++ b/mediagoblin/models.py
@@ -49,7 +49,7 @@ class User(Document):
'created': datetime.datetime.utcnow,
'email_verified': False,
# TODO: shouldn't be active by default, must have email registration
- 'status': 'active'}
+ 'status': u'active'}
def check_login(self, password):
"""