Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

mong_usr.js 714B

1234567891011
  1. db.users.insert([
  2. // User: author, Pwd: author
  3. {"_id":"author","name":"Author","type":"PF@EFI;","roles":'{"user":true,"author":true}',"hash":"sha256","salt":"SIzKNsNKsCRVr8a9U90q6A==","pwd":"HZly68TSAKHioz6Kz0QCbXVTHpT6hMmabUbFYVlCMeE=","abos":[],"bookmarks":[],},
  4. // User: admin, Pwd: SwenMho
  5. // {"_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":[],},
  6. ])
  7. //var c = require('./server/crypto.js'),
  8. // e = {"_id":"writer","hash":"sha256"};
  9. //c.fillLocalAuth(e,"pwd");
  10. //console.info(JSON.stringify(e));