HomeControllerSWIResetPassword2 Method |
Re-init a user password from a reset password link
Namespace: SealWebServer.ControllersAssembly: SealWebServer (in SealWebServer.exe) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntaxpublic ActionResult SWIResetPassword2(
string guid,
string token,
string password1,
string password2
)
Parameters
- guid String
-
- token String
-
- password1 String
-
- password2 String
-
Return Value
ActionResult
See Also