mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-20 09:45:53 +02:00
* User stuff converted to use Async.js. More to come
This commit is contained in:
parent
668fdd9166
commit
46875ccddd
3 changed files with 223 additions and 57 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue