Search The ForumSearch   RegisterRegister  LoginLogin

AfterLogic WebMail Lite 7

 AfterLogic Forum : AfterLogic WebMail Lite 7
Subject Topic: cPanel change password Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
surfatwork
Newbie
Newbie


Joined: 03 August 2015
Online Status: Offline
Posts: 4
Posted: 03 August 2015 at 5:39am | IP Logged Quote surfatwork

Hi,
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 View surfatwork's Profile Search for other posts by surfatwork
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6038
Posted: 03 August 2015 at 6:44am | IP Logged Quote Igor

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.

--
Regards,
Igor, AfterLogic Support
Back to Top View Igor's Profile Search for other posts by Igor
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6038
Posted: 03 August 2015 at 8:40am | IP Logged Quote Igor

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.

--
Regards,
Igor, AfterLogic Support
Back to Top View Igor's Profile Search for other posts by Igor
 
surfatwork
Newbie
Newbie


Joined: 03 August 2015
Online Status: Offline
Posts: 4
Posted: 03 August 2015 at 10:05am | IP Logged Quote surfatwork

not sure what's wrong, but cant even get the login screen with 7.6.1
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 View surfatwork's Profile Search for other posts by surfatwork
 
Miguel
Newbie
Newbie


Joined: 09 November 2015
Location: Mexico
Online Status: Offline
Posts: 3
Posted: 09 November 2015 at 5:34pm | IP Logged Quote Miguel

I have the same problem.

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 View Miguel's Profile Search for other posts by Miguel
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6038
Posted: 10 November 2015 at 3:28am | IP Logged Quote Igor

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.

--
Regards,
Igor, AfterLogic Support
Back to Top View Igor's Profile Search for other posts by Igor
 
Miguel
Newbie
Newbie


Joined: 09 November 2015
Location: Mexico
Online Status: Offline
Posts: 3
Posted: 27 November 2015 at 6:23pm | IP Logged Quote Miguel

Hi, this is what I have on the plugin configuration:

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 View Miguel's Profile Search for other posts by Miguel
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6038
Posted: 30 November 2015 at 2:30am | IP Logged Quote Igor

OK but can you confirm that cpaneluser corresponds to the cPanel account you've installed WebMail under?

--
Regards,
Igor, AfterLogic Support
Back to Top View Igor's Profile Search for other posts by Igor
 
Miguel
Newbie
Newbie


Joined: 09 November 2015
Location: Mexico
Online Status: Offline
Posts: 3
Posted: 30 November 2015 at 9:30am | IP Logged Quote Miguel

Yes, 100% confirmed. I thought the code could have some errors but I see there's nothing wrong with it.
Back to Top View Miguel's Profile Search for other posts by Miguel
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6038
Posted: 30 November 2015 at 10:24am | IP Logged Quote Igor

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.

--
Regards,
Igor, AfterLogic Support
Back to Top View Igor's Profile Search for other posts by Igor
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump

Powered by Web Wiz Forums version 7.9
Copyright ©2001-2004 Web Wiz Guide