Overload List
Name | Description | |
---|---|---|
ForgottenEmailRequest(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.
| |
ForgottenEmailRequest(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.
| |
ForgottenEmailRequest(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.
| |
ForgottenEmailRequest(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.
|
See Also