View Source Lightning.Accounts.UserNotifier (Lightning v2.10.4)

The UserNotifier module.

Summary

Functions

Link to this function

build_digest_url(workflow, start_date, end_date)

View Source
Link to this function

deliver_confirmation_instructions(user, token)

View Source

Deliver instructions to confirm account.

Link to this function

deliver_confirmation_instructions(enroller, user, token)

View Source

Deliver instructions to confirm account.

Link to this function

deliver_project_addition_notification(user, project)

View Source

Deliver email to notify user of his addition of a project.

Link to this function

deliver_project_digest(digest_data, params)

View Source

Deliver a project digest of daily/weekly or monthly activity to a user.

Link to this function

deliver_project_invitation_email(user, inviter, project, role, token)

View Source
Link to this function

deliver_reset_password_instructions(user, url)

View Source

Deliver instructions to reset a user password.

Link to this function

deliver_update_email_instructions(user, token)

View Source

Deliver instructions to update a user.

Link to this function

deliver_update_email_warning(user, new_email)

View Source

Deliver warning to update a user.

Link to this function

notify_history_export_completion(user, project_file)

View Source
Link to this function

notify_project_deletion(user, project)

View Source
Link to this function

remind_account_confirmation(user, token)

View Source
Link to this function

send_credential_deletion_notification_email(user, credential)

View Source
Link to this function

send_data_retention_change_email(user, updated_project)

View Source
@spec send_data_retention_change_email(
  user :: map(),
  updated_project :: map()
) :: {:ok, term()} | {:error, term()}

Deliver an email to notify the user about a data retention setting change made in their project

Link to this function

send_deletion_notification_email(user)

View Source

Deliver an email to notify the user about their account being deleted

Link to this function

send_trigger_failure_mail(user, workflow, timestamp)

View Source