Coherence v0.5.2 Coherence.Messages behaviour

Interface for handling localization of build in Coherence messages.

The following module defines the behaviour for rendering internal coherence messages.

The coherence mix tasks generate a messages file in the user’s app that uses this behaviour to ensure the user has implement all the required messages.

Link to this section Summary

Functions

Returns the Messages module from the users app’s configuration

Link to this section Functions

Returns the Messages module from the users app’s configuration

Link to this section Callbacks

Link to this callback account_already_confirmed()
account_already_confirmed() :: binary()
Link to this callback account_created_successfully()
account_created_successfully() :: binary()
Link to this callback account_is_inactive()
account_is_inactive() :: binary()
Link to this callback account_is_not_locked()
account_is_not_locked() :: binary()
Link to this callback account_updated_successfully()
account_updated_successfully() :: binary()
Link to this callback already_confirmed()
already_confirmed() :: binary()
Link to this callback already_logged_in()
already_logged_in() :: binary()
Link to this callback cant_be_blank()
cant_be_blank() :: binary()
Link to this callback cant_find_that_token()
cant_find_that_token() :: binary()
Link to this callback confirmation_token_expired()
confirmation_token_expired() :: binary()
Link to this callback could_not_find_that_email_address()
could_not_find_that_email_address() :: binary()
Link to this callback forgot_your_password()
forgot_your_password() :: binary()
Link to this callback http_authentication_required()
http_authentication_required() :: binary()
Link to this callback incorrect_login_or_password(list)
incorrect_login_or_password([{atom(), any()}]) :: binary()
Link to this callback invalid_confirmation_token()
invalid_confirmation_token() :: binary()
Link to this callback invalid_current_password()
invalid_current_password() :: binary()
Link to this callback invalid_email_or_password()
invalid_email_or_password() :: binary()
Link to this callback invalid_invitation()
invalid_invitation() :: binary()
Link to this callback invalid_invitation_token()
invalid_invitation_token() :: binary()
Link to this callback invalid_request()
invalid_request() :: binary()
Link to this callback invalid_reset_token()
invalid_reset_token() :: binary()
Link to this callback invalid_unlock_token()
invalid_unlock_token() :: binary()
Link to this callback invitation_already_sent()
invitation_already_sent() :: binary()
Link to this callback invitation_sent()
invitation_sent() :: binary()
Link to this callback invite_someone()
invite_someone() :: binary()
Link to this callback mailer_required()
mailer_required() :: binary()
Link to this callback maximum_login_attempts_exceeded()
maximum_login_attempts_exceeded() :: binary()
Link to this callback need_an_account()
need_an_account() :: binary()
Link to this callback not_locked()
not_locked() :: binary()
Link to this callback password_reset_token_expired()
password_reset_token_expired() :: binary()
Link to this callback problem_confirming_user_account()
problem_confirming_user_account() :: binary()
Link to this callback registration_created_successfully()
registration_created_successfully() :: binary()
Link to this callback required()
required() :: binary()
Link to this callback resend_confirmation_email()
resend_confirmation_email() :: binary()
Link to this callback reset_email_sent()
reset_email_sent() :: binary()
Link to this callback restricted_area()
restricted_area() :: binary()
Link to this callback send_an_unlock_email()
send_an_unlock_email() :: binary()
Link to this callback sign_in()
sign_in() :: binary()
Link to this callback sign_out()
sign_out() :: binary()
Link to this callback signed_in_successfully()
signed_in_successfully() :: binary()
Link to this callback too_many_failed_login_attempts()
too_many_failed_login_attempts() :: binary()
Link to this callback unauthorized_ip_address()
unauthorized_ip_address() :: binary()
Link to this callback unlock_instructions_sent()
unlock_instructions_sent() :: binary()
Link to this callback user_account_confirmed_successfully()
user_account_confirmed_successfully() :: binary()
Link to this callback user_already_has_an_account()
user_already_has_an_account() :: binary()
Link to this callback verify_user_token(list)
verify_user_token([{atom(), any()}]) :: binary()
Link to this callback you_are_using_an_invalid_security_token()
you_are_using_an_invalid_security_token() :: binary()
Link to this callback you_must_confirm_your_account()
you_must_confirm_your_account() :: binary()
Link to this callback your_account_has_been_unlocked()
your_account_has_been_unlocked() :: binary()
Link to this callback your_account_is_not_locked()
your_account_is_not_locked() :: binary()