Hi,
We have a use case where it could make sense to store a password as a part of a record in a custom module. However, I saw that there is no field type for a password to be stored.
Of course, it would be bad practice to just store it in a clear text field.
Does anyone have a similar case and a decent solution to work this out?
PS: The password is not intended to access suitecrm or so, it’s for different reasons. (The record refers to a person and an external application could use the name + password to authenticate this user against this record in suitecrm upon login into the external application)
PP