Hi all,
like always, i try to find the solutions in this forum, and in other forums and groups too. This time i didn't found the correct answer to my problem.
I have a portal on dnn 4.5.1 with authenticated login. Registration and login work perfectly but when i click on link for password reminder i'm always redirect in the login page, with no one control visible (the page is correctly load: menù skin, other modules work well instead of the login module: no login, no registration, no password reminder, ....)
Then i try to change the portal settings from admin tab, but the problem persist.
At last, after search and search, i try to debug the source code. I understand the code logic and i have nothing to say about it, but when i click on the link for access the password reminder control, at first reloads the page (ok), then commit the event onclick (it makes a simple redirect to the same page sending the controlkey "SendPassword"). After this operation (that returns an error as like many redirect) it calls the pre render event of the default.aspx. I expected to return in the pageload event of the page. This is not happened.
Anyway, i need to resolve the problem. Can someone help me?
For the moment i rem the link to password reminder. This can be good only until the portal doesn't in real production.
Thank you all
Ellis