Class ChangePasswordRequest
- Namespace
- FishMMO.CMS.Server.Controllers
- Assembly
- FishMMO-CMS.Server.dll
Password change request payload.
public class ChangePasswordRequest
- Inheritance
-
ChangePasswordRequest
- Inherited Members
Properties
CurrentPassword
Current account password for verification.
public string CurrentPassword { get; set; }
Property Value
NewPassword
New password to set.
public string NewPassword { get; set; }