RoundCube Webmail Forum  

Go Back   RoundCube Webmail Forum > Release Support > Older Versions > Release Candidate 1

For more information about the ads and why they're here, please see the FAQ
Reply
  #1  
Old 08-06-2007, 10:39 AM
Registered User
 
Join Date: Jul 2007
Posts: 4
Downloads: 0
Uploads: 0
Default change password for Postfix+Dovecot+Mysql+RoundCube

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!

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 08-06-2007, 06:33 PM
Super Moderator
 
Join Date: Jun 2006
Posts: 431
Downloads: 0
Uploads: 0
Send a message via ICQ to skaero Send a message via AIM to skaero Send a message via MSN to skaero Send a message via Yahoo to skaero
Default Re: change password for Postfix+Dovecot+Mysql+RoundCube

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
__________________
[size=8pt]SKaero.com <br />&nbsp; [/size]
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 09-05-2007, 12:13 AM
Registered User
 
Join Date: Sep 2007
Posts: 9
Downloads: 0
Uploads: 0
Default Re: change password for Postfix+Dovecot+Mysql+RoundCube

UPDATE user_table SET `password` = MD5( 'my_new_password') WHERE id = 1

-william
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

For more information about the ads and why they're here, please see the FAQ

All times are GMT. The time now is 05:17 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Copyright © 2006-2008 RoundCube Webmail Community