AuthenticationHelper SendPassword Method Kentico 8.0 API Reference
Overload List

  NameDescription
Public methodStatic memberSendPassword(UserInfo, String, String, String, String, String, MacroResolver)
Sends given user an email with forgotten/new password. (If the new password isn't provided current password is used for the plain text format or new password is generated for the SHA1/SHA2 format.)
Public methodStatic memberSendPassword(UserInfo, String, String, String, String, String, MacroResolver, Boolean )
Sends given user an email with forgotten/new password. (If the new password isn't provided current password is used for the plain text format or new password is generated for the SHA1/SHA2 format.)
Back to Top
See Also