password-changing
Werner Reisberger
werner@pure.ch
Tue, 16 Jan 2001 13:25:32 +0100 (CET)
I tried unsuccesfully to activate a link for the password-changing capability
in imp 2.2.3.
users on my server can use a CGI over a ssl connection to change their
passwords. I therefore set in defaults.php3
default->change_password = true
$default->poppassd_server = 'https://mydomain/cgi/cgpwd'
$default->poppassd_port = '443'
accessing the link within IMP results in an error message (something
like couldn't access URL).
Any hints appreciated,
Werner