Add reset initial password
<UserStory> AUTH002 : Reset Initial Password </UserStory>
<Changes>
- Added logic for resetting initial password
- Code Cleanup
</Changes>
<Review>
Smitha Mohan
</Review>
This commit is contained in:
@@ -11,7 +11,7 @@ void ZenvyController::logout()
|
||||
m_authenticationManagementService->logout();
|
||||
}
|
||||
|
||||
void ZenvyController::changePassword(const std::string& password) const
|
||||
void ZenvyController::changePassword(const std::string& password)
|
||||
{
|
||||
m_authenticationManagementService->changePassword(password);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user