A Item in the "AutoOpen" folder with password reference to another item from a different folder should be allowed.
The AutoOpen feature tries the reference string as password, which won't work.
Allow unserialization of reference strings for fields for items within "AutoOpen" folder.
file://<where keepass file 2 is> and passwordSee related issues
maybe
Line in question (possible)
https://github.com/keepassxreboot/keepassxc/blob/0f604aa8c7ce47ce504f5a9d72acd9871802bebd/src/gui/DatabaseTabWidget.cpp#L631
(will use whatever is in the password field, without checking against references)
KeePassXC - Version 2.3.3
Revision: 0a155d8
Libraries:
Operating system: macOS High Sierra (10.13)
CPU architecture: x86_64
Kernel: darwin 17.6.0
Enabled extensions:
yes, this is definitly an issue
I'm not against supporting this fix, but why is this an issue? In what context do you need to have multiple copies of an auto open entry across your database?
I am raising the issue here too https://github.com/PhilippC/keepass2android/issues/1138
This is needed if one wants to be able to unlock a slave.kdbx when unlocking a master.kdbx on both the desktop KeePassXC and KeePass2Android.
"""
Current solution:
Currently, the only solution I find is to have one entry for the slave.kdbx with URL: dropboxKP2A:///slave.kdbx or dropbox:///apps/keepass2android/slave.kdbx
and one clone of the same with URL: slave.kdbx.
NOTE: Currently it is not possible to use AutoType with referenced password "{REF:P@I:UUID-hash}" since the AutoType {PASSWORD} will forward the actual reference tag instead of the content it is referencing to. So, do a static clone for now.
"""
This is needed if one wants to be able to unlock a slave.kdbx when unlocking a master.kdbx on both the desktop KeePassXC and KeePass2Android.
I have the same use case: A child database located in a nextcloud cloud storage that should be accessed from 3 different desktops (keepassxc on windows and linux) and a mobile using keepass2android. The path to the slave database and the key-file is different on each box, which necessitates different AutoOpen entries for each box.
It would be nice if all of them could reference a password that needs to be stored at one place.
Ok that makes sense.
Related to #2871
Than you for considering this! :)