Added Important Functionality to Contacts, Cleaned up UI elements in the contacts and users modals. Added partial User and contact Invite functionality.

This commit is contained in:
johnnyq
2022-12-31 15:54:34 -05:00
parent cb6211526c
commit e943faecf0
8 changed files with 169 additions and 16 deletions

View File

@@ -157,7 +157,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));
}
function generatePassword(){
document.getElementById("password").value = "<?php echo keygen() ?>"
document.getElementById("password").value = "<?php echo bin2hex(random_bytes(8)); ?>"
}
</script>