AuthenticationHelper ForgottenEmailRequest Method Kentico 8.0 API Reference
Overload List

  NameDescription
Public methodStatic memberForgottenEmailRequest(String, String, String, String)
Tries to find user based on given user identifier (checks username and email) and if it finds the user email with forgotten password is send. It sends password directly or request for getting/regenerating password based on settings.
Public methodStatic memberForgottenEmailRequest(String, String, String, String, MacroResolver)
Tries to find user based on given user identifier (checks username and email) and if it finds the user email with forgotten password is send. It sends password directly or request for getting/regenerating password based on settings.
Public methodStatic memberForgottenEmailRequest(String, String, String, String, MacroResolver, String, Boolean )
Tries to find user based on given user identifier (checks username and email) and if it finds the user email with forgotten password is send. It sends password directly or request for getting/regenerating password based on settings.
Public methodStatic memberForgottenEmailRequest(String, String, String, String, MacroResolver, String, Boolean , String)
Tries to find user based on given user identifier (checks username and email) and if it finds the user email with forgotten password is send. It sends password directly or request for getting/regenerating password based on settings.
Back to Top
See Also