Feature 11034: Forgot Password in OSM 18/14418/1
authorSANDHYA.JS <sandhya.j@tataelxsi.co.in>
Mon, 10 Jun 2024 16:09:41 +0000 (21:39 +0530)
committerSANDHYA.JS <sandhya.j@tataelxsi.co.in>
Mon, 10 Jun 2024 16:09:41 +0000 (21:39 +0530)
commit6c6860802cae8fe2ae0db852476fc926ea899062
treea70e47e210e643077c26780e485c145b1f7be419
parente478d7eaa9ac0636c14f62450364729519ef8f8e
Feature 11034: Forgot Password in OSM

- Added support for forgot password from UI
- Added forgot password button in login page

Change-Id: I058a09356c4e2ff5d5b0e883e74f0041d1aaffea
Signed-off-by: SANDHYA.JS <sandhya.j@tataelxsi.co.in>
19 files changed:
src/app/approutes.module.ts
src/app/login/LoginComponent.html
src/app/login/LoginComponent.scss
src/app/users/add-user/AddEditUserComponent.html
src/app/users/add-user/AddEditUserComponent.ts
src/app/users/user-details/UserDetailsComponent.ts
src/app/utilities/change-password/ChangePasswordComponent.ts
src/app/utilities/users-action/UsersActionComponent.html
src/app/utilities/users-action/UsersActionComponent.ts
src/assets/i18n/de.json
src/assets/i18n/en.json
src/assets/i18n/es.json
src/assets/i18n/pt.json
src/models/CommonModel.ts
src/models/UserModel.ts
src/services/AuthGuardService.ts
src/services/AuthenticationService.ts
src/services/RestService.ts
src/services/SharedService.ts