This is the "validation" page. In order to view any content under /login/*, you must be validated (logged in.) This is achieved with the following code in Boot.scala:

ignore => Full(RedirectResponse("/login/validate")) } ]]>

If the user is not validated/logged in, all pages under /login/* will be directed to /login/validate.

Press the button to validate the session and access /login/index.