login « playframework « Java Enterprise Q&A





1. How to use play frameworks Secure module to login a user after that user has been created    stackoverflow.com

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 ...

2. playframework login form layout not correctly shown in firefox but ok in chrome    stackoverflow.com

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 ...

3. page after login in playframework    stackoverflow.com

In my play! app,I have coded the controllers.Security as

class Security extends controllers.Secure.Security {
...
   static void onDisconnected() {       
      ...

4. Playframework's Secure module is not redirecting to the original url after login    stackoverflow.com

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 ...