Einstellungen von Header nach Einstellungsseite ausgelagert
This commit is contained in:
10
components/main/settingsPageComponents/config/users.ts
Normal file
10
components/main/settingsPageComponents/config/users.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
// components/main/settingsPageComponents/config/users.ts
|
||||
const USERS = {
|
||||
Admin: {
|
||||
username: "admin",
|
||||
password: "$2a$10$xpq/.tcOJN/LXfzdCcCVrenlBh2nRlM1R1ISY7dd1q2qGWC9Fyd2G", // Gehashte Version von "admin"
|
||||
role: "Admin",
|
||||
},
|
||||
};
|
||||
|
||||
export default USERS;
|
||||
Reference in New Issue
Block a user