Disable email field on Profile edit
-
I would like to not allow the user to modify his email address on the Profile details.
It’s OK for Name, or Password, but allowing for email modification is a security break.I could solve this by hiding the field with CSS (display: none;), which is for now my best bet, but ideally the field should be visible but not editable (readonly).
Maybe duplicating the form template to my custom theme, but I tried with no success. Any instructions on how to customize the plugin templates?
Nelson / Contacto Visual
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Disable email field on Profile edit’ is closed to new replies.