Hi everyone, i am writing here because i have got a problem that i can't solve.
I have installed CD on my Jommla 1.5 with that configuration:
- Generate random password: No
- Admin approval: No
- Email confirmation: Yes
Then users compile registration form, check their emails and activate their accounts. Everything work fine, but few days ago i realise that with some provider (
www.virgilio.it
,
www.alice.it
, and others) when user click on the activation link inside the email appear a page that says:
"You are not aothorized to view that page! It's necessary to login."
Making some reserch i discover that in those email there is written an activation link like
Code:
http://www.mysite.com/index.php?option=com_comprofiler&task=confirm&
confirmcode=reg8b6e926561f0f9bb800669011aa9219e0b07d50e
but when the browser open that link is become
Code:
http://www.mysite.com/index.php?option=com_comprofiler&task=confirm&
c_onfirmcode=reg8b6e926561f0f9bb800669011aa9219e0b07d50e
an underscore appear between the "c" and the "o" in the word "confirmcode".
Making some research i have also discovered that this noise fact doesn't depend on the OS (linux, windows7, windows xp make always the same problem) and doesn't depend also by the browser (Chrome, safari, IE make always the same project)!
Do you know if it is a known bug?
How can i resolve it?
P.S. Sorry for my english!