mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Generate longer more secure Key for logins
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
$key = keygen();
|
||||
$key = bin2hex(random_bytes(78));
|
||||
?>
|
||||
<div class="modal" id="addApiKeyModal" tabindex="-1">
|
||||
<div class="modal-dialog">
|
||||
|
||||
Reference in New Issue
Block a user