23.1 - Password Column is not Encrypted

Issue No: SM-6336
Created 9/13/2023 1:47:20 AM
Type Bug-QC
Priority Critical
Status Closed
Resolution Fixed
Fixed Version 23.1
Description *Issue* :   The strSMTPPassword is not Enrypted !pastedImage_9_5_2023__10_53_02_424.png|height=173,width=723!   *Steps* :   1.{color:#000000} {color}Go to System Manager > Activities > Company Configuration   2. {color:#000000}Go to SMTP Email Settings field{color}   {color:#000000}3. On the Password field, Enter the following:{color}   * {color:#000000}Password: {color}{color:#000000}Test12345{color}   {color:#000000}4. Click Save button{color}   {color:#000000}5. {color}Go to Microsoft SQL Server Management Studio   6. Run this script:   * select dbo.fnAESDecryptASym(strSMTPPassword) as DecryptedPassword,strSMTPPassword,* from tblSMCompanyPreference     Acceptance   Password must be Encrypted