password change for user

This commit is contained in:
2021-09-23 10:58:14 +02:00
parent c927a8cce6
commit 8cae995e9b
18 changed files with 275 additions and 103 deletions
+2
View File
@@ -2,6 +2,8 @@
{
public class UserPasswordEditModel
{
public string UserId { get; set; }
public string CurrentPassword { get; set; }
public string NewPassword { get; set; }