Hello!
Is it somehow possible to define custom auto-type for the password? Some of my accounts require entering a combination of two propperties.
Some of the accounts I use use a combination of several of the stored fields as a password. These combinations are not 100% “static” for any of the accounts, but are made up of a PIN (static) and the TOTP (dynamic), for example.
For example, the PIN is ‘abcd’ and the TOTP value at the time of entry is ‘123456’. This results in a password that must be abcd123456
!
Is it possible to tell Vaultwarden from which combination of fields it has to enter to generate a valid password?