We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebb8adb commit c865c76Copy full SHA for c865c76
lib/nerves_hub/accounts/user.ex
@@ -105,7 +105,6 @@ defmodule NervesHub.Accounts.User do
105
|> update_change(:name, &trim/1)
106
|> validate_required([:name])
107
|> validate_length(:name, min: 2, max: 100)
108
- |> validate_format(:name, ~r/^[a-zA-Z\'\- ]+$/, message: "has invalid character(s)")
109
end
110
111
defp validate_email(changeset, _opts) do
0 commit comments