* User stuff converted to use Async.js. More to come

This commit is contained in:
NuSkooler 2014-10-25 21:35:42 -06:00
parent 668fdd9166
commit 46875ccddd
3 changed files with 223 additions and 57 deletions

View file

@ -60,8 +60,12 @@ function entryPoint(client) {
etv.redraw();*/
user.authenticate('NuSkooler', 'password', client, function onAuth(isValid) {
console.log(isValid);
});
user.createNew({
userName : 'Scooby',
userName : 'NuSkooler',
password : 'password',
//properties : {
// pw_pbkdf2_salt : '81b45dc699c716ac1913039138b64e3057844128cf1f9291c6475d26dab3d4a5',