Hello there,
I'm currently developing a custom donation form and one of the requirements of the form is to be able to login mid-process. I've got that part working properly, but I have yet to discover how to provide the "forgot username/password" functionality without using the standard login part.
Are the forgot username/password functions exposed in the API? If not, is there a way to kick off an email that I create myself after retrieving the username/password?
Or is there a way to use the existing login/forgot password form for this purpose (ie: without showing the login controls)?
Thanks
David