Nun mit login und Einrichten zusätzlicher User
This commit is contained in:
3
hashpasswd
Normal file
3
hashpasswd
Normal file
@@ -0,0 +1,3 @@
|
||||
import bcrypt from 'bcrypt';
|
||||
const hashedPassword = await bcrypt.hash('Tux4esp', 10);
|
||||
console.log(hashedPassword)
|
||||
Reference in New Issue
Block a user