View Source Mobilizon.Web.Email.Checker (Mobilizon v5.0.0-beta.1)

Provides a function to test emails against a "not so bad" regex.

Summary

Functions

Returns whether the email is valid.

Functions

@spec valid?(String.t()) :: boolean()

Returns whether the email is valid.

Link to this function

validate_changeset(changeset)

View Source
@spec validate_changeset(Ecto.Changeset.t()) :: Ecto.Changeset.t()