Packages

p

controllers

authentication

package authentication

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class AuthenticationController extends MessagesAbstractController with I18nSupport

    Signup steps:

    Signup steps:

    • signUpShow
    • signUpSave
    • signUpAwaitConfirmation
    • signUpActivateUser (user is logged in and redirected to welcome page)

    Login steps:

    • loginShow
    • loginSubmit

    Logout steps:

    • logout

    Change password steps:

    • passwordChangeShow
    • passwordChangeSubmit

    Reset password steps:

    • passwordResetShow
    • passwordResetSubmit

    Forgot password steps:

    • passwordForgotShow
    • passwordForgotSubmit
  2. class MyUnauthorizedHandler extends UnauthorizedHandler with I18nSupport
  3. class ReverseAuthenticationController extends AnyRef
  4. class routes extends AnyRef

Ungrouped