mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user