https://github.com/Rookiestyle/KeePassOTP/wiki/KeePassOTP-storage-approaches#technical-details Certain data of KeePassOTP is saved in the database. The first time a db is opened default values are used. If this happens every time you open a database even after you saved it previously something is wrong. In that case plwase open a ticket a github where you downloaded the plugin
https://github.com/Rookiestyle/KeePassOTP/wiki/KeePassOTP-storage-approaches#technical-details clCertain data of KeePassOTP is saved in the database. The first time a db is opened default values are used. If this happens every time you open a database even after you saved it previously something is wrong. In that case plwase open a ticket a github where you downloaded the plugin
Thanks for the example db. I released v1.4 which improves detection of referenced entries If references use placeholders, those placeholders are now evaluated as well to properly identify the referenced entry. So-called active placeholders that require UI interaction or will change the entry itself will NOT be evaluated Example based on your case: 1. {REF:P@T:{T-REPLACE-RX:!{TITLE}!(.*) - Copy!$1!}} would be transformed to {REF:P@T:Smarty} 2. {REF:P@T:{HMACOTP}{T-REPLACE-RX:!{TITLE}!(.*) - Copy!$1!}}...
The plugin already uses KeePass.Util.Spr.SprEngine.FindRefTarget If an entry is found, the reference is valid and invalid otherwise. I was not able to reproduce this, please attach a database for me to analyze.
Done. This entry will now show the Reference Check tab and inside you'll see the broken references in red color. Find -> Reference Check will list the entry as well. You will not see the name of the field that contains the broken reference
See attachment. Red color = Broken reference In View -> Reference Check... the entry containing the broken reference is shown in red color If you observe something different please attach an example db
The Find > Reference Check view has the information reversed IMO. Fixed The Refence Check window is semi-modeless instead of modal, so Alt Tab switches to KeePass instead of the last app, but the window still blocks KeePass. Fixed It would be nice if the Reference Check window was resizable. Not done When editing an entry the Reference Check tab uses a very narrow column width so you can't see much. Does it need more than one column? See screenshot. Done It would be even better if the referenced...
Why do you need to copy other entries' titles?