Author |
|
DubaiPT Newbie
Joined: 09 May 2015
Online Status: Offline Posts: 15
|
Posted: 31 August 2017 at 9:25am | IP Logged
|
|
|
Dear Afterlogic Support,
I am currently using Afterlogic WebMail Pro 7.1.1.3
I have turned on the setting that allows my webmail users to modify their account settings. However, I want to stop them from being able to change their own signature.
I am unifying all the signatures using MySQL and I don't want any user to be able to modify their own signatures from their webmail settings page.
How can I do that?
Thanks
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 01 September 2017 at 1:22am | IP Logged
|
|
|
The simplest option is to modify templates/views/Settings/AccountSignatureViewModel.html file, and remove or comment out the following line from there:
Code:
<div class="editor" data-bind="template: {name: 'Common_HtmlEditorViewModel', data: oHtmlEditor}"></div> |
|
|
Be sure to purge data/cache/ content to apply changes.
While you're using quite an outdated version, this suggestion should work there as well.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
DubaiPT Newbie
Joined: 09 May 2015
Online Status: Offline Posts: 15
|
Posted: 01 September 2017 at 6:50pm | IP Logged
|
|
|
Got it,
Thanks.
|
Back to Top |
|
|