• Resolved contactovisualpt

    (@contactovisualpt)


    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)
  • Thread Starter contactovisualpt

    (@contactovisualpt)

    Found the solution in the plugin Documentation: customize the plugin template.
    – Create a folder “wpuf” in my theme.
    – Inside this folder, create a folder “dashboard”.
    – Inside put a copy of the file “edit-profile.php”.
    (wpuf/dashboard/edit-profile.php)
    – Edit the form.

    Done.

    Hello @contactovisualpt,

    It’s great to know that your issue has been resolved. Feel free to let us know if you have any more questions.

    Regards,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disable email field on Profile edit’ is closed to new replies.