Meta Box
Support Forum
Support › MB User Profile › forgot password form filter?Resolved
Hi
I was wondering is it possible to change the forgot password field label? highlighted in the image below.
I realised that there is another topic on the label issue https://support.metabox.io/topic/change-labels-of-lost-password-form/ but I wanted to know if there is a filter option at all?
e.g. like we can do for the registration form 'rwmb_profile_register_fields'.
Thanks
Hi Nick,
You can use the filter hook rwmb_profile_lost_password_fields to modify the field settings in the lost password form. Find more form filters in the file /mb-user-profile/src/DefaultFields.php
rwmb_profile_lost_password_fields
/mb-user-profile/src/DefaultFields.php
Hi Long,
That is great, thanks!