<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments for Poison's Blog</title>
	<link>http://www.poison.be</link>
	<description>By Nicolas Van Eenaeme</description>
	<pubDate>Sun, 05 Sep 2010 19:19:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2</generator>

	<item>
		<title>Comment on RoundCube Webmail 0.1-beta changepassword patch by nicolas</title>
		<link>http://www.poison.be/?p=8#comment-2229</link>
		<author>nicolas</author>
		<pubDate>Wed, 23 May 2007 22:01:35 +0000</pubDate>
		<guid>http://www.poison.be/?p=8#comment-2229</guid>
		<description>test</description>
		<content:encoded><![CDATA[<p>test</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RoundCube Webmail 0.1-beta changepassword patch by LedHed</title>
		<link>http://www.poison.be/?p=8#comment-7</link>
		<author>LedHed</author>
		<pubDate>Tue, 18 Jul 2006 19:00:30 +0000</pubDate>
		<guid>http://www.poison.be/?p=8#comment-7</guid>
		<description>Thanks for this patch, I've been putting off using RoundCube because it lacked a way for my uses to change their password.

Previously I used Squirrelmail with a Password Plugin that had the option to require the user to change their password at next login. Which basically works by quering a field in the mailbox table called change_password that is set to 0 or 1, and when the user logs in if change_password is set to 1 then they are taken directly to the change password screen. I find this feature very useful when setting up new accounts with generic passwords and need to force the users to change them.

If you think this feature would be useful and add it to your patch, please let me know.

Thanks again for this patch,

LedHed</description>
		<content:encoded><![CDATA[<p>Thanks for this patch, I&#8217;ve been putting off using RoundCube because it lacked a way for my uses to change their password.</p>
<p>Previously I used Squirrelmail with a Password Plugin that had the option to require the user to change their password at next login. Which basically works by quering a field in the mailbox table called change_password that is set to 0 or 1, and when the user logs in if change_password is set to 1 then they are taken directly to the change password screen. I find this feature very useful when setting up new accounts with generic passwords and need to force the users to change them.</p>
<p>If you think this feature would be useful and add it to your patch, please let me know.</p>
<p>Thanks again for this patch,</p>
<p>LedHed</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RoundCube Webmail 0.1-beta changepassword patch by Ivan</title>
		<link>http://www.poison.be/?p=8#comment-4</link>
		<author>Ivan</author>
		<pubDate>Fri, 02 Jun 2006 00:07:55 +0000</pubDate>
		<guid>http://www.poison.be/?p=8#comment-4</guid>
		<description>Hi Nicolas, 

your patch work for me very well, i don't have any objection :) It's true that i patch my files "by da hand" cause i have version 0.1_beta-r1 but anyway patch does my roundcube nice and shiny with this new option ;) I know one guy who work on this project and maybe your patch will go in next release, i don't promise but if a have sucess i contact you via mail to take credit terms for that. At last,  thank you for great job!

Cheers, 

Ivan</description>
		<content:encoded><![CDATA[<p>Hi Nicolas, </p>
<p>your patch work for me very well, i don&#8217;t have any objection <img src='http://www.poison.be/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> It&#8217;s true that i patch my files &#8220;by da hand&#8221; cause i have version 0.1_beta-r1 but anyway patch does my roundcube nice and shiny with this new option <img src='http://www.poison.be/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> I know one guy who work on this project and maybe your patch will go in next release, i don&#8217;t promise but if a have sucess i contact you via mail to take credit terms for that. At last,  thank you for great job!</p>
<p>Cheers, </p>
<p>Ivan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RoundCube Webmail 0.1-beta changepassword patch by nicolas</title>
		<link>http://www.poison.be/?p=8#comment-3</link>
		<author>nicolas</author>
		<pubDate>Mon, 29 May 2006 11:14:50 +0000</pubDate>
		<guid>http://www.poison.be/?p=8#comment-3</guid>
		<description>Hi,

Unzip the roundcube source, cd in to that directory and apply the patch with the following command:
patch -p1 &lt; roundcubemail-0.1beta-changepassword.patch

When it's done you will notice a new folder in the roundcube's root directory called 'ext'.
There is one php file in it: change_password_function.inc. This php file contains only one function: function change_password_function ($user, $currentpass, $newpass);

Now you have to change it according to your mailserver. I don't know exactly how this must be done for all kinds of mailservers, but I'm using postfix with a mysql database. All my users are stored in that database. I just update the password for the user in that database and it's done.
But again: you'll probably have to change this function to fit your mailserver.

Kind regards,
Nicolas</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Unzip the roundcube source, cd in to that directory and apply the patch with the following command:<br />
patch -p1 < roundcubemail-0.1beta-changepassword.patch</p>
<p>When it&#8217;s done you will notice a new folder in the roundcube&#8217;s root directory called &#8216;ext&#8217;.<br />
There is one php file in it: change_password_function.inc. This php file contains only one function: function change_password_function ($user, $currentpass, $newpass);</p>
<p>Now you have to change it according to your mailserver. I don&#8217;t know exactly how this must be done for all kinds of mailservers, but I&#8217;m using postfix with a mysql database. All my users are stored in that database. I just update the password for the user in that database and it&#8217;s done.<br />
But again: you&#8217;ll probably have to change this function to fit your mailserver.</p>
<p>Kind regards,<br />
Nicolas</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RoundCube Webmail 0.1-beta changepassword patch by Roman</title>
		<link>http://www.poison.be/?p=8#comment-2</link>
		<author>Roman</author>
		<pubDate>Mon, 29 May 2006 10:34:21 +0000</pubDate>
		<guid>http://www.poison.be/?p=8#comment-2</guid>
		<description>Hello!

And first, thanks for this patch, how can i install it correctly?</description>
		<content:encoded><![CDATA[<p>Hello!</p>
<p>And first, thanks for this patch, how can i install it correctly?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
