Returns the email sent when the user is already registered
Returns the email sent when the user is already registered
the user
the current request
a tuple with the text and/or html body for the email
Returns the html for the login page
Returns the html for the login page
Returns the html for the not authorized page
Returns the html for the not authorized page
Returns the html for the change password page
Returns the html for the change password page
Returns the email sent as a confirmation of a password change
Returns the email sent as a confirmation of a password change
the user
the current http request
a String with the text and/or html body for the email
Returns the html for the reset password page
Returns the html for the reset password page
Returns the email sent to the user to reset the password
Returns the email sent to the user to reset the password
the user
the token used to identify the request
the current http request
a String with the text and/or html body for the email
Returns the email sent when a user starts the sign up process
Returns the email sent when a user starts the sign up process
the token used to identify the request
the current http request
a String with the text and/or html body for the email
Returns the html for the signup page
Returns the html for the signup page
Returns the html for the start reset page
Returns the html for the start reset page
Returns the html for the start signup page
Returns the html for the start signup page
Returns the email sent when a user tries to reset the password but there is no account for that email address in the system
Returns the email sent when a user tries to reset the password but there is no account for that email address in the system
the current request
a String with the text and/or html body for the email
Returns the welcome email sent when the user finished the sign up process
Returns the welcome email sent when the user finished the sign up process
the user
the current request
a String with the text and/or html body for the email
The default views plugin. If you need to customise the views just create a new plugin that extends TemplatesPlugin and register it in the play.plugins file instead of this one.