| Author |  | 
      
        | surfatwork Newbie
 
  
 
 Joined: 03 August 2015
 Online Status: Offline
 Posts: 4
 | 
          Hi,
           | Posted: 03 August 2015 at 5:39am | IP Logged |   |  
           | 
 |  first, thanks for a nice webmail client. miles better than the rest, IMO.
 I have a little problem.
 - I have installed webmail Lite under cpanel (softaculous install under public_html/mymail)
 - webmail works
 - i downloaded, installed and enabled (in config.php) the cpanel change password plugin as per the instructions at http://www.afterlogic.com/wiki/Password_change_for_cPanel_(WebMail_Plugins)?WM=Lite
 - for whatever reason, I dont seem to have any password change screen after user login. I presume that I should have something under Settings->Email Accounts->Identity?
 
 Do I need to enable something else? I enabled debug logging and can see entries as below: HOOK > CcPanelChangePasswordPlugin->PluginChangeAccountById
 But no screen...
 
 Update:
 I discovered another post which detailed a number of edits to code, and having done that, I can now see the password field. No link though.
 However, it doesnt seem to be changing the user password, though I get a message that Changes have been saved.
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | Igor AfterLogic Support
 
  
 
 Joined: 24 June 2008
 Location: United States
 Online Status: Offline
 Posts: 6168
 | 
          In the latest v7.6, it appears there was a bug which prevented from displaying some of the account settings. We've just release v7.6.1 with this issue fixed.
           | Posted: 03 August 2015 at 6:44am | IP Logged |   |  
           | 
 |  
 --
 Regards,
 Igor, AfterLogic Support
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | Igor AfterLogic Support
 
  
 
 Joined: 24 June 2008
 Location: United States
 Online Status: Offline
 Posts: 6168
 | 
          Due to unexpected technical issues, we had to roll back to 7.6 download on website temporarily. We've just uploaded the corrected 7.6.1 package, please try it and let us know if it works for you.
           | Posted: 03 August 2015 at 8:40am | IP Logged |   |  
           | 
 |  
 --
 Regards,
 Igor, AfterLogic Support
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | surfatwork Newbie
 
  
 
 Joined: 03 August 2015
 Online Status: Offline
 Posts: 4
 | 
          not sure what's wrong, but cant even get the login screen with 7.6.1
           | Posted: 03 August 2015 at 10:05am | IP Logged |   |  
           | 
 |  webmail (except pwd change) works fine with 7.6
 
 Update: started a new thread since the absence of any login screen looks like an unrelated problem
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | Miguel Newbie
 
  
 
 Joined: 09 November 2015
 Location: Mexico
 Online Status: Offline
 Posts: 3
 | 
          I have the same problem.
           | Posted: 09 November 2015 at 5:34pm | IP Logged |   |  
           | 
 |  
 I have installed webmail Lite under cpanel (softaculous install under public_html/mail)  version 7.6.5
 
 I downloaded, installed and enabled (in config.php) the cpanel change password plugin as per the instructions at http://www.afterlogic.com/wiki/Password_change_for_cPanel_(WebMail_Plugins)?WM=Lite
 
 Under settings I see the password change field and I tried to change the password and it says that the new config was saved, but the new password doesn't change at all.
 
 Please advice.
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | Igor AfterLogic Support
 
  
 
 Joined: 24 June 2008
 Location: United States
 Online Status: Offline
 Posts: 6168
 | 
          Please make sure that in plugin configuration, you supply credentials for the same account WebMail Lite is installed under. During our tests, we've found out that attempting to use credentials for a different cPanel account will lead to results you've described: cPanel doesn't report any errors when changing password but would not actually change it. This is cPanel specifics and we can't offer much help here, anyway.
           | Posted: 10 November 2015 at 3:28am | IP Logged |   |  
           | 
 |  
 --
 Regards,
 Igor, AfterLogic Support
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | Miguel Newbie
 
  
 
 Joined: 09 November 2015
 Location: Mexico
 Online Status: Offline
 Posts: 3
 | 
          Hi, this is what I have on the plugin configuration:
           | Posted: 27 November 2015 at 6:23pm | IP Logged |   |  
           | 
 |  
 
 
| Code: 
 
    
    | 
      
       | <?php 
 $aSieveDomains = array('mail.domain.com', 'mail.domain.com');
 
 return array(
 
 'sieve' => false,
 'sieve.autoresponder' => true,
 'sieve.forward' => true,
 'sieve.filters' => true,
 'sieve.config.host' => '',
 'sieve.config.port' => 2000,
 'sieve.config.filters-folder-charset' => 'utf-8', // [utf7-imap, utf-8]
 'sieve.config.domains' => $aSieveDomains,
 
 'links.importing-contacts' => 'http://www.afterlogic.com/wiki/Importing_contacts_(WebMail_Lite)',
 
 'plugins.external-services' => true,
 'plugins.external-services.connectors' => array(
 'google',
 'dropbox',
 'facebook',
 'twitter'
 ),
 'plugins.cpanel-change-password' => true,
 'plugins.cpanel-change-password.config.hostname' => 'mydomain.com',
 'plugins.cpanel-change-password.config.username' => 'cpaneluser',
 'plugins.cpanel-change-password.config.password' => 'cpanelpassword',
 
 );
 |  |  |  
 Doesn't change the passsword
   | 
       
        | Back to Top |     | 
       
       
        |  | 
        | Igor AfterLogic Support
 
  
 
 Joined: 24 June 2008
 Location: United States
 Online Status: Offline
 Posts: 6168
 | 
          OK but can you confirm that cpaneluser corresponds to the cPanel account you've installed WebMail under?
           | Posted: 30 November 2015 at 2:30am | IP Logged |   |  
           | 
 |  
 --
 Regards,
 Igor, AfterLogic Support
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | Miguel Newbie
 
  
 
 Joined: 09 November 2015
 Location: Mexico
 Online Status: Offline
 Posts: 3
 | 
          Yes, 100% confirmed. I thought the code could have some errors but I see there's nothing wrong with it.
           | Posted: 30 November 2015 at 9:30am | IP Logged |   |  
           | 
 |  | 
       
        | Back to Top |     | 
       
       
        |  | 
        | Igor AfterLogic Support
 
  
 
 Joined: 24 June 2008
 Location: United States
 Online Status: Offline
 Posts: 6168
 | 
          Though we can't guarantee anything, we might be able to help, if you provide us with access to cPanel account in question, and any email account we could use for testing. You can send the access details privately via HelpDesk.
           | Posted: 30 November 2015 at 10:24am | IP Logged |   |  
           | 
 |  
 --
 Regards,
 Igor, AfterLogic Support
 | 
       
        | Back to Top |     | 
       
       
        |  |