summaryrefslogtreecommitdiff
path: root/templates/exam/login.html
AgeCommit message (Collapse)Author
2011-11-20ENH: Adding a URL_ROOT configuration option.Prabhu Ramachandran
This is useful when you are forced to host the app on a URL like host.org/foo/exam and not as host.org/exam as you would want. Change the URL_ROOT setting to "/foo" in the above case for this to work.
2011-11-19ENH: Fixing login/registration forms and uname/pwdPrabhu Ramachandran
The login and registration forms are now rendered as tables which looks much nicer. The username now can take letters, digits, period and underscore. The password can take letters, digits and punctuation.
2011-11-17BUG/ENH: Cleaning up page templates and fixing bugPrabhu Ramachandran
If you complete the quiz it was going into a redirect loop, this is fixed. Also cleaned up all the page templates with proper block contents.
2011-11-10ENH: User registration and loginNishanth Amuluru