mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-15 04:46:49 +01:00
* [MOD] Related #637. Improved random bytes generation to prevent cache-timing attacks (this does not affec to to cryptographic functions, which were already safe). Thanks to @LeSuisse for the feedback.
* [MOD] Temporary master password will never be saved in the event log.
This commit is contained in:
@@ -647,7 +647,6 @@ class ConfigActionController implements ItemControllerInterface
|
||||
|
||||
if ($tempMasterPass !== false && !empty($tempMasterPass)) {
|
||||
$this->LogMessage->addDescription(__('Clave Temporal Generada', false));
|
||||
$this->LogMessage->addDetails(__('Clave', false), $tempMasterPass);
|
||||
|
||||
if ($tempMasterEmail) {
|
||||
$Message = new NoticeMessage();
|
||||
|
||||
Reference in New Issue
Block a user