mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 11:05:54 +01:00 
			
		
		
		
	some profile changes, added post count to users and account and some css to account
This commit is contained in:
		| @@ -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); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user