Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ private function is_master_password($userpassword) {
$this->log(__FUNCTION__ . " - IP address is not in the whitelist: ". getremoteaddr());
}
} else {
$this->log(__FUNCTION__ . " - is not master password or has been expired: '{$userpassword}'");
$this->log(__FUNCTION__ . ' - submitted master password is invalid or has expired');
}
} else {
$this->log(__FUNCTION__ . " - master password is not enabled in config.php");
Expand Down
Loading