some profile changes, added post count to users and account and some css to account

This commit is contained in:
Baris Soner Usakli
2013-05-06 13:25:07 -04:00
parent 92175274b5
commit 48d5100dfe
4 changed files with 47 additions and 14 deletions

View File

@@ -197,7 +197,8 @@ var config = require('../config.js'),
'joindate' : new Date().getTime(),
'password' : hash,
'picture' : User.createGravatarURLFromEmail(email),
'reputation': 0
'reputation': 0,
'postcount': 0
});
RDB.set('username:' + username + ':uid', uid);