ispCP - Board - Support
webmail client change pass - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Contributions Area (/forum-40.html)
+--- Forum: Enhancements (/forum-43.html)
+--- Thread: webmail client change pass (/thread-1422.html)

Pages: 1 2 3


RE: webmail client change pass - joximu - 09-30-2007 07:04 PM

I already thought about making it simpler:
we could offer a adopted plugin so the only thing would be:
creating a mysql user with rights,
download and store the plugin files,
enable the plugin and
write the password for the created user in the config...

But first we should find out how to stay logged in after password change...
/J


RE: webmail client change pass - MicCo - 10-02-2007 09:09 AM

joximu Wrote:But first we should find out how to stay logged in after password change...
/J

No, it's okay, as an test to the new password, alot of other applications do it like that, as an confirmation on the new password.

Great work.


RE: webmail client change pass - deptrai - 10-04-2007 10:51 PM

Thanks you very much, joximu.

2 days ago, i installed courier passwd daemon and installed plugin in to change pop3 password via port 106.

Very complex.... with 2 times clicking in "Change pass" link Sad

and smtp pass hasn't changed yet.

Now, i'm successful in installing change pass plugin for my webmail Big Grin.

My customers were not happy when they didn't find anyway to change their pass Big Grin


RE: webmail client change pass - joximu - 10-05-2007 05:29 AM

I'm happy when your customers are happy ;-))

Hey - this is open source and all can contribute - or at least give some reputation points :-)

/Joximu


RE: webmail client change pass - grungy - 10-21-2007 09:58 AM

I have problems getting this to work on my Debian Etch:

Code:
# tail /var/log/apache2/error.log

[Sun Oct 21 01:51:09 2007] [crit] (70023)This function has not been implemented on this platform: DBD: driver for [DBDriver unset] not available
[Sun Oct 21 01:51:09 2007] [crit] (70023)This function has not been implemented on this platform: DBD: failed to initialise

As I can see there is no libapache2-mod-auth-mysql for etch - http://packages.debian.org/sarge/libapache2-mod-auth-mysql

http://amish-geeks.de/blog/kein-libapache2-mod-auth-mysql-in-etch/


RE: webmail client change pass - joximu - 10-21-2007 10:13 AM

Hi

Are you sure, the error is the one you put there?
I also have debian etch an the password change is working.
Just be sure to take the latest howto - I had to improve some sql statements some days ago...

I never used a dbd driver in apache for this...

/J


RE: webmail client change pass - grungy - 10-21-2007 10:18 AM

Yes I followed the latest tutorial, and when I enable the change pass plugin and try to login to webmail I get a blank page.....


RE: webmail client change pass - grungy - 10-21-2007 10:23 AM

It seems that those apache errors are not related to change pass plugin...but still I get blank screen when I enable the plugin....


RE: webmail client change pass - joximu - 10-21-2007 06:15 PM

I just corrected something but I don't know if this is blanking the screen:
http://www.isp-control.net/ispcp/wiki/howto_webmailpass?action=diff&version=11

Could you enable php-error log (in the fcgi/master/php5/php.ini) - so wecan see if it's a PHP error

/J


RE: webmail client change pass - grungy - 10-21-2007 07:33 PM

I corrected the typo but I still get the blank screen, I will enable php-error.....

Ok Error Logginf is enabled but I do not get any errors on the screen...