-
Type:
Enhancement
-
Status: Closed
-
Priority:
Medium
-
Resolution: Done
-
Component/s: BenAdmin
-
Labels:None
-
Module:BenAdmin - Security
-
Reported by:Support
-
Item State:Production Complete - Closed
-
Sprint:ST Sprint 1
Refer parent ticket for this issue : https://workterra.atlassian.net/browse/ST-84
- Password needs to be encrypt at client side for security purpose. It'll decrypt at server side for authentication. In short, we are transmitting old password in encrypted format.
- relates to
-
ST-84 Old password required for changing existing password
-
- Closed
-
Page :
Change Password (Old Password Field)
Description :
Only encryption and decryption for old password is implemented in this patch.
When we enter all fields and hit save button then it encrypts old password at client side and transmit it to server. When it receives at controller, using same algorithm it is decrypted. While transmitting the old password it is in encrypted format for security.