![]() |
|
|
|||||||
| For more information about the ads and why they're here, please see the FAQ |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Postfix+Dovecot+Mysql+RoundCube
the user's password stored in mysql +----------+--------------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | Extra | +----------+--------------+------+-----+---------+----------------+ | id | int(10) | NO | PRI | NULL | auto_increment | | account | varchar(255) | NO | | | | | domain | varchar(255) | NO | | | | | password | varchar(32) | NO | | | | | quota | int(10) | NO | | 0 | | | alias | int(10) | NO | | 0 | | +----------+--------------+------+-----+---------+----------------+ for example: +----+---------+--------------+----------------------------------+-------+-------+ | id | account | domain | password | quota | alias | +----+---------+--------------+----------------------------------+-------+-------+ | 1 | test1 | | c4ca4238a0b923820dcc509a6f75849b | 0 | 0 | | 2 | test2 | | c4ca4238a0b923820dcc509a6f75849b | 0 | 0 | | 3 | test3 | | c4ca4238a0b923820dcc509a6f75849b | 0 | 0 | +----+---------+--------------+----------------------------------+-------+-------+ How could I add the change_password to roundcubemail-0.1-rc1.1? waht files should I change? Please give me the details! Regards! |
|
#2
|
|||
|
|||
|
Sorry but that can't be done that only there for the session cookie, that a sever side function.This is a plug-in for Roundcube to change your password in cpanel: http://roundcubeforum.net/forum/index.php?topic=42.0
|
|
#3
|
|||
|
|||
|
UPDATE user_table SET `password` = MD5( 'my_new_password') WHERE id = 1
-william |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
| For more information about the ads and why they're here, please see the FAQ |