mirror of
https://github.com/itflow-org/itflow
synced 2026-08-26 17:35:16 +00:00
Fix Generate readable passwords
This commit is contained in:
@@ -591,7 +591,7 @@ if (isset($_GET['get_totp_token_via_id'])) {
|
||||
}
|
||||
|
||||
if (isset($_GET['get_readable_pass'])) {
|
||||
echo json_encode(GenerateReadablePassword(1));
|
||||
echo json_encode(generateReadablePassword());
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user