Sign in
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 profilefbLogin()
: open a view to login with facebookonClickSignUp()
: Function redirecting to the registration pageonClickGuest()
: serves to continue as an unregistered useronGoForgotPassword($event)
: function that redirects to the page to recover password
Example of base theme
onClickSignUp()
fbLogin()
onClickGuest()
signInUser
onGoMyProfile()
onGoForgotPassword($event)
Updated about 5 years ago