mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-20 21:34:11 -07:00
Fixing the change password for Roundcube to work with Ubuntu
This commit is contained in:
parent
ee03eff016
commit
6b2fafccb2
5 changed files with 17 additions and 10 deletions
|
@ -6,8 +6,9 @@
|
||||||
* @version 1.0
|
* @version 1.0
|
||||||
* @author Serghey Rodin <skid@vestacp.com>
|
* @author Serghey Rodin <skid@vestacp.com>
|
||||||
*/
|
*/
|
||||||
|
class rcube_vesta_password
|
||||||
function password_save($curpass, $passwd)
|
{
|
||||||
|
function save($curpass, $passwd)
|
||||||
{
|
{
|
||||||
$rcmail = rcmail::get_instance();
|
$rcmail = rcmail::get_instance();
|
||||||
$vesta_host = $rcmail->config->get('password_vesta_host');
|
$vesta_host = $rcmail->config->get('password_vesta_host');
|
||||||
|
@ -69,3 +70,4 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
|
@ -6,8 +6,8 @@
|
||||||
* @version 1.0
|
* @version 1.0
|
||||||
* @author Serghey Rodin <skid@vestacp.com>
|
* @author Serghey Rodin <skid@vestacp.com>
|
||||||
*/
|
*/
|
||||||
|
class rcube_vesta_password {
|
||||||
function password_save($curpass, $passwd)
|
function save($curpass, $passwd)
|
||||||
{
|
{
|
||||||
$rcmail = rcmail::get_instance();
|
$rcmail = rcmail::get_instance();
|
||||||
$vesta_host = $rcmail->config->get('password_vesta_host');
|
$vesta_host = $rcmail->config->get('password_vesta_host');
|
||||||
|
@ -69,3 +69,4 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
|
@ -6,8 +6,9 @@
|
||||||
* @version 1.0
|
* @version 1.0
|
||||||
* @author Serghey Rodin <skid@vestacp.com>
|
* @author Serghey Rodin <skid@vestacp.com>
|
||||||
*/
|
*/
|
||||||
|
class rcube_vesta_password
|
||||||
function password_save($curpass, $passwd)
|
{
|
||||||
|
function save($curpass, $passwd)
|
||||||
{
|
{
|
||||||
$rcmail = rcmail::get_instance();
|
$rcmail = rcmail::get_instance();
|
||||||
$vesta_host = $rcmail->config->get('password_vesta_host');
|
$vesta_host = $rcmail->config->get('password_vesta_host');
|
||||||
|
@ -69,3 +70,4 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
|
@ -6,8 +6,8 @@
|
||||||
* @version 1.0
|
* @version 1.0
|
||||||
* @author Serghey Rodin <skid@vestacp.com>
|
* @author Serghey Rodin <skid@vestacp.com>
|
||||||
*/
|
*/
|
||||||
|
class rcube_vesta_password {
|
||||||
function password_save($curpass, $passwd)
|
function save($curpass, $passwd)
|
||||||
{
|
{
|
||||||
$rcmail = rcmail::get_instance();
|
$rcmail = rcmail::get_instance();
|
||||||
$vesta_host = $rcmail->config->get('password_vesta_host');
|
$vesta_host = $rcmail->config->get('password_vesta_host');
|
||||||
|
@ -69,3 +69,4 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -6,8 +6,8 @@
|
||||||
* @version 1.0
|
* @version 1.0
|
||||||
* @author Serghey Rodin <skid@vestacp.com>
|
* @author Serghey Rodin <skid@vestacp.com>
|
||||||
*/
|
*/
|
||||||
|
class rcube_vesta_password {
|
||||||
function password_save($curpass, $passwd)
|
function save($curpass, $passwd)
|
||||||
{
|
{
|
||||||
$rcmail = rcmail::get_instance();
|
$rcmail = rcmail::get_instance();
|
||||||
$vesta_host = $rcmail->config->get('password_vesta_host');
|
$vesta_host = $rcmail->config->get('password_vesta_host');
|
||||||
|
@ -69,3 +69,4 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue