mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-03-16 11:26:11 -04:00
Do not allow expired credentials automatically
This commit is contained in:
parent
59d20cb7ae
commit
f95019964e
@ -954,7 +954,7 @@ BrowserService::Access
|
||||
BrowserService::checkAccess(const Entry* entry, const QString& siteHost, const QString& formHost, const QString& realm)
|
||||
{
|
||||
if (entry->isExpired()) {
|
||||
return browserSettings()->allowExpiredCredentials() ? Allowed : Denied;
|
||||
return browserSettings()->allowExpiredCredentials() ? Unknown : Denied;
|
||||
}
|
||||
|
||||
BrowserEntryConfig config;
|
||||
|
Loading…
x
Reference in New Issue
Block a user