Skip to content

Commit a4ac74f

Browse files
committed
Add TODO note for switching email validator
1 parent dac675c commit a4ac74f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/pow/ecto/schema/changeset.ex

+2
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,8 @@ defmodule Pow.Ecto.Schema.Changeset do
312312
Config.get(config, :email_validator, &__MODULE__.validate_email/1)
313313
end
314314

315+
# TODO: Switch to https://github.com/rbkmoney/email_validator or use a similar ABNF approach.
316+
# See https://github.com/pow-auth/pow/issues/728
315317
@doc """
316318
Validates an e-mail.
317319

0 commit comments

Comments
 (0)