mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-23 15:00:47 -04:00
parent
02f6a59c10
commit
005d9d368f
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ HealthChecker::HealthChecker(QSharedPointer<Database> db)
|
||||||
{
|
{
|
||||||
// Build the cache of re-used passwords
|
// Build the cache of re-used passwords
|
||||||
for (const auto* entry : db->rootGroup()->entriesRecursive()) {
|
for (const auto* entry : db->rootGroup()->entriesRecursive()) {
|
||||||
if (!entry->isRecycled()) {
|
if (!entry->isRecycled() && !entry->isAttributeReference("Password")) {
|
||||||
m_reuse[entry->password()]
|
m_reuse[entry->password()]
|
||||||
<< QApplication::tr("Used in %1/%2").arg(entry->group()->hierarchy().join('/'), entry->title());
|
<< QApplication::tr("Used in %1/%2").arg(entry->group()->hierarchy().join('/'), entry->title());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue