Method | Description | |
---|---|---|
CreateReminderLink ( |
||
GetReminderMailer ( ) : |
||
GetUserByEmail ( string email ) : |
||
PasswordResetIsValid ( string newPassword ) : bool | ||
Reminders ( Configuration config = null ) : System | ||
ResetUserPassword ( System.Guid token, string newPassword ) : |
||
ResetWindowIsOpen ( |
||
SendReminderTokenToUser ( string email ) : |
Method | Description | |
---|---|---|
GetUserByToken ( System.Guid token ) : |
public CreateReminderLink ( |
||
user | ||
return | string |
public GetReminderMailer ( ) : |
||
return |
public GetUserByEmail ( string email ) : |
||
string | ||
return |
public PasswordResetIsValid ( string newPassword ) : bool | ||
newPassword | string | |
return | bool |
public Reminders ( Configuration config = null ) : System | ||
config | Configuration | |
return | System |
public ResetUserPassword ( System.Guid token, string newPassword ) : |
||
token | System.Guid | |
newPassword | string | |
return |
public ResetWindowIsOpen ( |
||
user | ||
return | bool |
public SendReminderTokenToUser ( string email ) : |
||
string | ||
return |