continuing this project

This commit is contained in:
Darrel Israel
2024-06-05 09:31:33 +08:00
parent dcdbe6715e
commit b91b850139
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
<?php
require 'dbconn.php';
$plainPassword = "doc2"; // Replace with the desired password
$plainPassword = "admin"; // Replace with the desired password
$hashedPassword = password_hash($plainPassword, PASSWORD_DEFAULT);
$username = "doc2"; // Replace with the username
$username = "admin"; // Replace with the username
// Set the default value for tbluserroles_roleid to 1
$defaultRoleId = 1;