Is it possible to pass custom data object (extraParams) in webAuth.changePassword call and have that data reach the reset password screen.
Flow:
- user selects forgot password
- screen executes webAuth.changePassword and includes some custom data object (the extraParams passed to the login screen)
- user clicks link in email
- user taken to reset password screen WITH the custom data object
Is this possible?