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
@@ -7,4 +7,5 @@ namespace util
{
bool isPhoneNumberValid(const std::string&);
bool isEmailValid(const std::string&);
bool isPasswordValid(const std::string&);
}