Author |
|
bccsergio Newbie
Joined: 03 February 2012 Location: Brazil
Online Status: Offline Posts: 3
|
Posted: 03 February 2012 at 5:15pm | IP Logged
|
|
|
Hi all,
I just installed AfterLogic Webmali Lite and it works like a charm... I'm trying to implement POPPASSD plugin so my users can change their own passwords, but I'm getting an estrange error.
I'm using CentOS 6.
-> POPPASSD is installed OK and running in port 106 (I can run # telnet 127.0.0.1 106 and I can even change my passwords from command line)
-> I enabled 'plugins.poppassd-change-password' => true option in data/settings/config.php file... so far so good...
-> When I log in one account and try to change my password in Email accounts settings, I get an error (like a fancy javascript alert) saying "Passwords do not match.". It's driving me crazy, since I tested many times and I'm absolutely sure both New password and Confirm new password fields are OK... new password is for sure correctly typed...
It must be any failure in some check script somewhere... anyone can post me in any direction to solve this? I can't let my mailboxes without the option to change users passwords...
Thanks in advance for any comment.
Sergio Avila
|
Back to Top |
|
|
bccsergio Newbie
Joined: 03 February 2012 Location: Brazil
Online Status: Offline Posts: 3
|
Posted: 03 February 2012 at 6:07pm | IP Logged
|
|
|
Well, I found out the error for this case... but still need some help...
I uploaded a print from Proprieties setting so I can explain it better...
This "Passwords do not match." error occurs if I don't fill in the * Password field (the one with a RED rectangle)... this field is not a part of the Change Password plugin, so it shouldn't give me this error when I try to change my password... If I fill in the * Password field with same value as my new password, change password plugin works like a charm, but that's not the expected behavior for this task...
Is there a work around for this problem?
The perfect situation for me would be if I could just remove everything that is marked with the GREEN rectangle... is there a way to remove this fields and not interfere with Change Password plugin?
Well, I'm almost getting things to work well here :)
|
Back to Top |
|
|
bccsergio Newbie
Joined: 03 February 2012 Location: Brazil
Online Status: Offline Posts: 3
|
Posted: 03 February 2012 at 6:26pm | IP Logged
|
|
|
Well, problem solved...
Just to close this topic, the solution was to edit the data/settingssettings.xml file and change
<AllowUsersChangeEmailSettings>On</AllowUsersChangeEmailSettings>
for
<AllowUsersChangeEmailSettings>Off</AllowUsersChangeEmailSettings>
The green fields are now gone and the strange error no longer exists... I suggest the developers to look into this error for people who also need the Change Email Settings enabled...
See you!
|
Back to Top |
|
|