Send e-mail when new user (tech) is created containing login credentials

This commit is contained in:
Marcus Hill
2022-05-20 17:06:35 +01:00
parent 96b7578d21
commit 17cd82dbf4
3 changed files with 50 additions and 3 deletions

View File

@@ -142,6 +142,11 @@
<?php include("pagination.php"); ?>
</div>
</div>
<script>
function generatePassword(){
document.getElementById("password").value = "<?php echo keygen() ?>"
}
</script>
<?php