PHP Classes

Links in e-mails

Recommend this page to a friend!

      Access user Class  >  All threads  >  Links in e-mails  >  (Un) Subscribe thread alerts  
Subject:Links in e-mails
Summary:Double slash error in version 1.61
Messages:4
Author:Martin Samler
Date:2005-01-23 15:50:38
Update:2005-01-23 17:29:53
 

  1. Links in e-mails   Reply   Report abuse  
Picture of Martin Samler Martin Samler - 2005-01-23 15:50:38
Olaf, thanks for the changes, everything works like a charm now - I think.

Except:
Emails seem to contain one too many slashes after the root.
After removing ."/" from ($_SERVER['PHP_SELF'])."/" in $msg[29], $msg[33] and $msg[35], it works fine for me.

Martin

  2. Re: Links in e-mails   Reply   Report abuse  
Picture of Martin Samler Martin Samler - 2005-01-23 16:00:06 - In reply to message 1 from Martin Samler
Correction to my claim that all is fine:

If a user updates information (using update_user.php) and does not enter a password (leaves the field blank), the account is no longer accessible.

Martin

  3. Re: Links in e-mails   Reply   Report abuse  
Picture of Olaf Lederer Olaf Lederer - 2005-01-23 16:23:07 - In reply to message 1 from Martin Samler
Martin,

Removing theslash will work in your case but not if you have the files in a map above the root. I will remove the bug in the next version.

  4. Re: Links in e-mails   Reply   Report abuse  
Picture of Olaf Lederer Olaf Lederer - 2005-01-23 17:29:53 - In reply to message 3 from Olaf Lederer
While updating the account there was a md5 encoding for the current password. I removed this bug and i will update the class this night.