UNPKG

apostrophe

Version:

Apostrophe is a user-friendly content management system. You'll need more than this core module. See apostrophenow.org to get started.

9 lines (6 loc) 176 B
var passwordHash = require('password-hash'); module.exports = function(self) { self.hashPassword = function(password) { return passwordHash.generate(password); }; };