You need to sign in to do that
Don't have an account?

customizing the change password page in communities
Hi I'm working on communities and would like to customize the change password page that is displayed to the customer after a password reset. This is the url to the default changepassword- /_ui/system/security/ChangePassword. I have customized the changepassword vf page that Salesforce provides but when I try to test it out it still takes me back to the same old SF default changepassword. After much digging it appears to me that the changepassword vf page that's provided with the communities is tied to the user's personal profile. My question is where is the right page that needs to be customized or how can I make the change password link take the user to the custom page. Or is it even possible?
Thanks.
Hi Sumil - You would need to turn Chatter answers on in your SF org and then enable it for your communities(under site settings). Once this is done you can choose the visualforce page you want to use as your change password page.
All Answers
Hi,
You can create new change password page with customizations and map to default site.
Navigation: Setup->Develop->Sites->Portal site url as you enabled->Click on 'Site Label' name ->Click on 'Login Settings' button-> Edit on Change password lookup field -> Give the customized passwrod vfp and save.
Once you done the above steps verify the navigation, the system will navigate customized change password page instead of native page.
Please let me know if you have questions
Thanks,
Balakrishna
Hi Balakrishna, I have tried to follow your suggestions but it seems like there isn't any option with your steps in the communites. Your suggestions probably is more tailored to customer portals.
Thanks.
Yes..you are right, the steps are specific to Customer Portal. I have looked on Communities but no option as such to customize the password page.
Did you raise a case to salesforce on this! please post the solution if you have any
Yes I raised the case with Salesforce. I am currently trying to implement the suggestion they gave me. I will update this space once I'm done trying it- hopefully by the end of the day.
Made some progress on this issue. You can't actually customize the default ChangePassword and so
what you could do is create your custom visualforce page with the controller to handle how you want your
users password to be authenticated.
Next go to Personal setup => Email => Unfiled Public Email Templates.
You can then customize the templates by removing the merge field {!Custom_url} and adding your link.
However, there is the issue of security here because usually the salesforce link the is sent to the user's
email has an expiration time to it but with this approach I haven't quite figured out how this could be achieved.
I guess I have my work cut out for me. Will do some more digging on this and add an update comment later.
Hi,
I have also same issue, did you find any workaround on that, Please update me.
Thanks!
Suneel Mishra
Hi Sumil - You would need to turn Chatter answers on in your SF org and then enable it for your communities(under site settings). Once this is done you can choose the visualforce page you want to use as your change password page.
_ui/system/security/ChangePassword page.
This is the last non-custom page in our community site. Login, request password reset and register are all custom pages... just this one eyesore left that does not conform to our site look and feel.
Has anyone solved this problem?
Gotta say, the documentation around this from Salesforce is not great.