Hi Olaf
I noticed you moved to a new website (not sure about the address) and your script is available at PHPclasses.org aswell now. Is this version up to date aswell? It doesn't say a version number at that website. Also it's just a little bit more convineant when the version number is in the filename but that doesn't matter so much...
Now my buddy has problems with registering a new account with my website. His e-mail is similar to abcd_@hotmail.com. I'm using an older version of access user class (1.96) but i checked the new version and the line where i think it goes wrong is the same.
Line 290:
if (preg_match("/^[0-9a-z]+(([\.\-_])[0-9a-z]+)*@[0-9a-z]+(([\.\-])[0-9a-z-]+)*\.[a-z]{2,4}$/i", $mail_address)) {
I'm not a hero in regular expression so i will have to look in it more carefully. I just wanted to report this 'bug'. I'm planning to upgrade to a new version of access user class soon are there any important things i need to change in my scripts to work with the new version?
Thx for your support, a happy user !