On this page, users log in

Main models

  • signInUser: model that contains the information of the user to login

Utility Functions

  • onGoMyProfile(): function to go to the user's profile
  • fbLogin(): open a view to login with facebook
  • onClickSignUp(): Function redirecting to the registration page
  • onClickGuest(): serves to continue as an unregistered user
  • onGoForgotPassword($event): function that redirects to the page to recover password

Example of base theme

1308
  • onClickSignUp()
  • fbLogin()
  • onClickGuest()
  • signInUser
  • onGoMyProfile()
  • onGoForgotPassword($event)