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:
Princy Jerin
2026-04-06 15:06:55 +05:30
committed by Joel Thomas
parent fdd90636ed
commit 1c22c14f32
7 changed files with 67 additions and 18 deletions
@@ -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);
}