RoundCube Webmail Forum  

Go Back   RoundCube Webmail Forum > Third Party Contributions > Plug-Ins

For more information about the ads and why they're here, please see the FAQ
Reply
  #11  
Old 08-17-2006, 07:32 AM
Registered User
 
Join Date: Aug 2006
Posts: 12
Downloads: 0
Uploads: 0
Default Re: RoundCube Webmail 0.1-beta changepassword patch

Quote:
Originally Posted by 123123
how to apply the patch? HELP please
hi,

Go to your RoundCube webmail directory and do that at the command line:
To apply the patch:

Code:
patch -p1 < roundcubemail-0.1beta-changepassword.patch
That all.

Regards.

Mike.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12  
Old 08-17-2006, 04:00 PM
Registered User
 
Join Date: Aug 2006
Posts: 13
Downloads: 0
Uploads: 0
Default Re: RoundCube Webmail 0.1-beta changepassword patch

sorry but i dont understanf i am using host with cpanel, so where i have to enter these comand lines? thanks in advance
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13  
Old 08-17-2006, 09:01 PM
Registered User
 
Join Date: Aug 2006
Posts: 12
Downloads: 0
Uploads: 0
Default Re: RoundCube Webmail 0.1-beta changepassword patch

Quote:
Originally Posted by 123123
sorry but i dont understanf i am using host with cpanel, so where i have to enter these comand lines? thanks in advance
ah ok, sorry!

I don't know cpanel. My last post is for the Linux user that have an access to the command line.

Sorry again 123123.

Mike.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14  
Old 08-29-2006, 09:53 PM
Registered User
 
Join Date: Aug 2006
Posts: 3
Downloads: 0
Uploads: 0
Default Re: RoundCube Webmail 0.1-beta changepassword patch

When I try to change the password I get the following error. 'An error occured while saving' Why might I be getting this.

Thanks

___________
Tickus
http://www.tickus.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15  
Old 09-06-2006, 10:17 AM
Registered User
 
Join Date: Sep 2006
Posts: 6
Downloads: 0
Uploads: 0
Default Re: RoundCube Webmail 0.1-beta changepassword patch

i get the same error...

any ideas?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #16  
Old 09-11-2006, 04:24 PM
Registered User
 
Join Date: Sep 2006
Posts: 4
Downloads: 0
Uploads: 0
Default Re: RoundCube Webmail 0.1-beta changepassword patch

what if the user/pass is stored in a corporate ms-sql database..? can I rewrite mysql_connect to eqivalent php mssql_connect...? keeping the logic is my concern, how to access the database should be irrelevant if the logic is not affected while doing so.

am I on the right track here..?

regards and thanks for a real webmail interface !
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17  
Old 09-21-2006, 07:22 PM
Registered User
 
Join Date: Jul 2006
Posts: 2
Downloads: 0
Uploads: 0
Default Re: RoundCube Webmail 0.1-beta changepassword patch

I decided to upgrade to beta2.
I applied this patch to roundcube-beta2, and all seems to have gone well except that when I go to change my password, there are no fields to change the password.

I had this patch working on the previous version of Roundcube.

Any ideas




-LedHed
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #18  
Old 09-22-2006, 07:13 PM
Registered User
 
Join Date: Jul 2006
Posts: 8
Downloads: 0
Uploads: 0
Default Re: RoundCube Webmail 0.1-beta changepassword patch

When I got the error 'An error occured while saving' I checked the logs/errors file which told me 'PHP Warning: mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Access denied for user 'postfix'@'localhost' (using password: YES) in /opt/lampp/htdocs/rc/ext/change_password_function.inc on line 47' . I checked that location and it seems one is supposed to enter info about the mysql database of the imap server (assumed to be postfix). I hope that this info help others in solving this problem ('An error occured while saving'). Unfortunately, the imap server I use is a squirrelmail server, which uses a mysql database but I dont think that passwords are stored there (squirrelmail, at least the way it's set up by me, uses the servers user database in /etc/passwd and /etc/shadow).
I am not a programmer; Is there a way to modify the change_password_function to change a squirelmail password which is actually a linux system password?(when we change user's passwords, we [the system admins] have to log on to the linux/squirrel mail server and use the passwd command).
This is a great add-on to roundcube; if only it could be easily configured to change passwords on a few types of imap servers (postfix, squirrelmail, exim, etc.) with various database configurations (mysql, postgres,ldap, etc) it would be a MAGNIFICENT add-on.

bozhe
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #19  
Old 09-22-2006, 07:44 PM
Registered User
 
Join Date: Sep 2006
Posts: 1
Downloads: 0
Uploads: 0
Default Re: RoundCube Webmail 0.1-beta changepassword patch

Thanks for the Contrib, works great with beta2 and hMailServer!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #20  
Old 09-23-2006, 09:03 PM
Registered User
 
Join Date: Aug 2006
Posts: 57
Downloads: 0
Uploads: 0
Default Re: RoundCube Webmail 0.1-beta changepassword patch

Quote:
Originally Posted by bozhe
I am not a programmer; Is there a way to modify the change_password_function to change a squirelmail password which is actually a linux system password?(when we change user's passwords, we [the system admins] have to log on to the linux/squirrel mail server and use the passwd command).
This is a great add-on to roundcube; if only it could be easily configured to change passwords on a few types of imap servers (postfix, squirrelmail, exim, etc.) with various database configurations (mysql, postgres,ldap, etc) it would be a MAGNIFICENT add-on.

bozhe
Hi Bozhe,

See my thread on "changing /etc/shadow" password plug-in. It works and is finalized (and I have it in production). Just as a note - different imap servers maintain user data differently. Cyrus IMAP keeps it in the sasl database (non-local users) and therefore pretty easy to change. Others keep mysql databases for user id/pw. UW-imap and other services like samba, ftp etc. require you have "local users" and changing those passwords is not as easy (requiring that user access - as in setuid - or root access). This is difficult to impossible for the web server to do and is best achieved with cgi. This is how squirrel did it - and how I approached it.

If you are running local users - and want pw change functionality built right into the preferences tab - check this thread - try it and let me know if you have any comment!!

http://roundcubeforum.net/forum/inde...sg2925#msg2925
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 06:45 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