mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Readable Password Ajax
This commit is contained in:
4
ajax.php
4
ajax.php
@@ -479,3 +479,7 @@ if (isset($_GET['get_totp_token_via_id'])) {
|
||||
mysqli_query($mysqli,"INSERT INTO logs SET log_type = 'Login', log_action = 'View TOTP', log_description = '$session_name viewed login TOTP code for $name', log_ip = '$session_ip', log_user_agent = '$session_user_agent', log_client_id = $client_id, log_user_id = $session_user_id, log_entity_id = $login_id");
|
||||
}
|
||||
}
|
||||
|
||||
if (isset($_GET['get_readable_pass'])) {
|
||||
echo GenerateReadablePassword(4);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user