I would like to edit options of multiple entries at one time. For example, I don't 'see a way to turn on two-channel auto-type obfuscation for multiple entries at once. Am I missing something? If not, I think this would be a good feature.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There are a couple of ways.
Tools > Database Tools > XML Replace will allow you to change almost anything.
KPFieldsAdminConsole will allow you to change fields in multiple entries. http://keepass.info/plugins.html#kpfieldsadmin
cheers, Paul
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You can't change options/properites (e.g. TCATO) of multiple entries via the GUI. You can change string data of multiple entries using the KPEnhancedEntry plugin.
It is possible to change the TCATO setting via the expert feature XML Replace in 'Tools>Database Tools>XML Replace...' . While I am not an expert, I believe the following XML Replace will turn TCATO ON for every entry in your database. A screenshot of the the XML Replace dialog is also attached.
Parameter
Value
Select nodes:
//Entry/AutoType/DataTransferObfuscation
Action:
Replace data
Data:
Inner text
Replace with:
1
Regular expressions:
Activated
Important: Always backup your database before running XML Replace.
Bulk editing of selected entries. e.g. editing the TCATO property of selected entries, is available on current versions of KeePass. Select the entries to edit and press Enter. To select all entries use Find>All then select everything (Ctrl+A).
Last edit: wellread1 2022-05-06
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I would like to edit options of multiple entries at one time. For example, I don't 'see a way to turn on two-channel auto-type obfuscation for multiple entries at once. Am I missing something? If not, I think this would be a good feature.
There are a couple of ways.
Tools > Database Tools > XML Replace will allow you to change almost anything.
KPFieldsAdminConsole will allow you to change fields in multiple entries. http://keepass.info/plugins.html#kpfieldsadmin
cheers, Paul
You can't change options/properites (e.g. TCATO) of multiple entries via the GUI. You can change string data of multiple entries using the KPEnhancedEntry plugin.
It is possible to change the TCATO setting via the expert feature XML Replace in 'Tools>Database Tools>XML Replace...' . While I am not an expert, I believe the following XML Replace will turn TCATO ON for every entry in your database. A screenshot of the the XML Replace dialog is also attached.
Important: Always backup your database before running XML Replace.
Last edit: wellread1 2016-09-29
wellread1, thank you so much. Worked like a charm! :)
Bulk editing of selected entries. e.g. editing the TCATO property of selected entries, is available on current versions of KeePass. Select the entries to edit and press Enter. To select all entries use
Find>All
then select everything (Ctrl+A).Last edit: wellread1 2022-05-06