Thanks Marco,
Appreciate the help.
Could you please confirm the relevant solidcp file paths/file names for updating email addresses and your timestamps for them? Just want to double check mine updated when i patched.
The commit is:
https://git.key4ce.com/SolidCP/v2.x/commit/6b85f6c1c8618ac47e6781841fcc92daf2b3a9e3
File paths:
SolidCP/Sources/SolidCP.WebPortal/DesktopModules/SolidCP/ProviderControls/SmarterMail100_EditAccount.ascx
SolidCP/Sources/SolidCP.WebPortal/DesktopModules/SolidCP/ProviderControls/SmarterMail50_EditAccount.ascx
SolidCP/Sources/SolidCP.WebPortal/DesktopModules/SolidCP/ProviderControls/SmarterMail60_EditAccount.ascx
SolidCP/Sources/SolidCP.WebPortal/DesktopModules/SolidCP/ProviderControls/SmarterMail_EditAccount.ascx
Most important 2 changes i have attached here.
Thanks Marco,
Its bizarre, i have the correct files and viewed them to see the correct hidden classes are there.
Still not updating passwords 🙁
No other issues with Smartermail functionality, no errors in solidcp or windows or Smartermail logs. This is the worst part as i have nothing to work with.
Any chance you could test it with SM16 for me to make sure i am not going mad 🙂
If you check the first screenshot it's not just a hidden class but also by default "checked=true" (which is important as that means the checkbox is always checked while hidden).
Yes i have it in my portal SmarterMail100_EditAccount.ascx:
<asp:CheckBox runat="server" meta:resourcekey="cbEnabled" ID="cbChangePassword" Text="Check to Enable Password Change" Checked ="true"/>
Should be seeing any kind of "checked" code in the html output in chrome inspector?