|
1234567891011 |
- db.users.insert([
- // User: author, Pwd: author
- {"_id":"author","name":"Author","type":"MA@EFI;","roles":'{"user":true,"author":true}',"hash":"sha256","salt":"SIzKNsNKsCRVr8a9U90q6A==","pwd":"HZly68TSAKHioz6Kz0QCbXVTHpT6hMmabUbFYVlCMeE=","abos":["nulla","tempor","veniam","ipsum"],"bookmarks":[],},
- // User: admin, Pwd: SwenMho
- {"_id":"admin","name":"Test Admin","type":"MA@AMP;","roles":'{"user":true,"author":true,"admin":true}',"hash":"sha256","salt":"z3PNXGmQaWvaT7m2ZlT+0w==","pwd":"nfUfNv032J745xj3Hzya3Mkk43Dz/H0BmNTZhtx8UM0=","abos":["veniam","ipsum"],"bookmarks":[],},
- ])
-
- //var c = require('./server/crypto.js'),
- // e = {"_id":"writer","hash":"sha256"};
- //c.fillLocalAuth(e,"pwd");
- //console.info(JSON.stringify(e));
|