mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 19:15:58 +01:00 
			
		
		
		
	travis CI fixes again
This commit is contained in:
		| @@ -263,7 +263,7 @@ var	async = require('async'), | ||||
| 			return callback(null, password); | ||||
| 		} | ||||
|  | ||||
| 		Password.hash(nconf.get('bcrypt_rounds'), password, callback); | ||||
| 		Password.hash(nconf.get('bcrypt_rounds') || 12, password, callback); | ||||
| 	}; | ||||
|  | ||||
| 	User.addTopicIdToUser = function(uid, tid, timestamp, callback) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user