I have added one custom field in user module from studio and added that field in edit form layout
As this field contains secure information, I need following things to do
- Set this custom field textbox’s input type -> password
- When user is created, save value in encoded format into database
Can anyone help me or guide me with this?
Thanx