Hello,
I have just insatlled dnn and have tryed to logon with:
Username: admin
Password: dnnadmin
and
Username: host
Password: dnnhost
But for some reason the page is reloaded and the login form cleared and I am unable to log in.
I have also tryed to create a new user but again the page is just reloaded and the form cleared. I have looked in the database and cannot see the new user.
Any Ideas why I cant login / create a new user?
Richard
Edit:
After looking at the code / database access I have noticed that:
dnn can access the database,
dnn does not check any user details when it does this.
When I put a brake point anywhere in:
Private Sub cmdLogin_Click(ByVal sender As Object, ByVal e As EventArgs) Handles cmdLogin.Click
It is not pikced up in debug mode when the button to log on is clicked.
All this leads me to assume there is something wron with the code?
Many Thanks in advance
Richard
Edit 2:
By the looks of things the problem is that none of the buttons are wired up correctly.
I have bodged the code so it logges you in as administrator automaticaly but when you get to the main page and have the buttons allowing for editing etc... None of those work either.
Richard