Click or drag to resize
AuthenticationHelperForgottenEmailRequest Method
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.
Top
See Also