This website works better with JavaScript.
Home
Explore
Help
Sign In
palash
/
BMC
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
BMC: Set oldPassword in LoginResponse
feature/ForgotPasswordFunctionality
Palash Biswas
2 years ago
parent
28b92f3ef7
commit
692b610b65
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
BCS.BMC/src/BCS.BMC.Web.Core/Models/TokenAuth/LoginOrRegisterResponseMessageModel.cs
+ 1
- 0
BCS.BMC/src/BCS.BMC.Web.Core/Models/TokenAuth/LoginOrRegisterResponseMessageModel.cs
View File
@ -27,6 +27,7 @@ namespace BCS.BMC.Models.TokenAuth
public
string
autogeneratedPassword
{
get
;
set
;
}
public
string
currentUserType
{
get
;
set
;
}
public
string
oldPassword
{
get
;
set
;
}
}
}
Write
Preview
Loading…
Cancel
Save