![]() |
HowTo change your Webmail password for ispCP Omega 1.0.0 • 2009-02-25 - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Contributions Area (/forum-40.html) +--- Forum: Howtos (/forum-41.html) +--- Thread: HowTo change your Webmail password for ispCP Omega 1.0.0 • 2009-02-25 (/thread-6439.html) |
HowTo change your Webmail password for ispCP Omega 1.0.0 • 2009-02-25 - shiizpa - 04-17-2009 08:51 AM show http://www.isp-control.net/documentation/howto/mail/change_webmailpass RE: HowTo change your Webmail password for ispCP Omega 1.0.0 • 2009-02-25 - Knut - 04-17-2009 03:18 PM Nice, very nice. RE: HowTo change your Webmail password for ispCP Omega 1.0.0 • 2009-02-25 - BeNe - 04-24-2009 05:21 PM Is this Part with the adodb needed ? ispCP itself use adodb so we don´t need it a second time. Code: /var/www/ispcp/gui/include/adodb# ls -l Also this one Code: <?php So that we only need to create the change_password.php. BTW: Does this work with the crypted PW´s ? If so, it is a easy way to get in ispCP per default. Greez BeNe RE: HowTo change your Webmail password for ispCP Omega 1.0.0 • 2009-02-25 - shiizpa - 04-25-2009 02:46 AM change_password.php working with encryption change_password.php PHP Code: <?php encryption in PHP Code: ... encrypt_db_password($_POST['ncontrasena'] ... |