This is a bit difficult to diagnose as you haven't followed the request at the head of the page
Please help the volunteers to help you by supplying the version of phpList you are using, browser & version and if possible, a link to your phpList installation.
However...
When I get that password reset link, it is like this
http://
site.com/phplist/admin/?page=login&token=
a441f41ac9aa38b446173defddebba96(phpList is installed in its own directory
phplist) The absence of the admin directory from your link makes me think you have a problem with the config, possibly the bit that in my installation is
- Code: Select all
# if you change the path to the phpList system, make the change here as well
# path should be relative to the root directory of your webserver (document root)
$pageroot = '/phplist';
$adminpages = '/phplist/admin';
Does that help?