I am using the "Secure" module from play framework and its mostly working great. I can login a user by posting a from the the /login route in my application.
However, when ...
going through the playframework tutorial about login form customization for admin area,I created the pages as per the tutorial.When I tried the login page in firefox,the username,password fields are not aligned ...
Edited:I am running Ubuntu 10.04 and this problem seems to occur on Chrome (7.0.517.44), however, everything works fine on Firefox.This is extremely strange. I have another application where the redirectToOriginalUrl works ...