obfuscate_textfield

Categories

Component ID

2651132

Component name

obfuscate_textfield

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

This module hides the value of a textfield from the user. The main use case is Admin forms that require a 3rd Party API password, key or secret. If there is a value for the field, it will show masked markup with a 'change' button. If there is no value, or the change button has been clicked, it will display a blank textfield to enter the value.

This is designed to be a drop in replacement of a textfield type.

Note:
Any sensitive information should be encrypted in the database. As of this module does not encrypt the value, it is still up to the user.