I'm setting up a website based on flexwiki for a student union group. They want only designated people to be able to edit topics.
I've gotten the login page to appear when the user tries to edit a topic but the login page doesn't appear to do anything. When i checked login.aspx.cs the login handler was blank.
I read on a the web that the current version doesn't work with authentication and tried to use a previous version however the previous version cannot find my default namespace with the same configuration as the current version.
Is there any easy bit of code i can add into the login handler to make the login page work in the current version?