[imp] password-changing
Werner Reisberger
werner@pure.ch
Tue, 16 Jan 2001 23:22:41 +0100
On Tue, Jan 16, 2001 at 10:39:10AM -0500, Chuck Hagenbuch wrote:
> Quoting Werner Reisberger <werner@pure.ch>:
>
> > default->change_password = true
> > $default->poppassd_server = 'https://mydomain/cgi/cgpwd'
>
> Set $default->change_password = 'https://mydomain/cgi/cgpwd';
>
> change_password isn't a boolean; it's a variable that holds either an empty
> value (false, 0, ''), in which case password changing is disabled, or an url -
> which might be the poppasswd script, but if you're not using poppasswd, then
> the poppasswd variables don't mean anything. See defaults.php3.dist; it
> explains all this.
I thought the explanations are only valid for the poppassd_server variable. Now
it works. Thank's for your help.
Werner