remove function user doesn't have
This commit is contained in:
parent
08fab079b7
commit
0f950260c5
1 changed files with 0 additions and 1 deletions
|
@ -38,7 +38,6 @@ defmodule Pleroma.Web.Auth.LDAPAuthenticator do
|
|||
])
|
||||
|> validate_required([:name, :nickname])
|
||||
|> unique_constraint(:nickname)
|
||||
|> User.validate_not_restricted_nickname(:nickname)
|
||||
|> validate_format(:nickname, User.local_nickname_regex())
|
||||
|> User.put_ap_id()
|
||||
|> unique_constraint(:ap_id)
|
||||
|
|
Reference in a new issue