Browse Source

Comments are good when they're precise...

note-update
Mark Felder 3 years ago
parent
commit
2a4bca5bd7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/pleroma/user.ex

+ 1
- 1
lib/pleroma/user.ex View File

@@ -638,7 +638,7 @@ defmodule Pleroma.User do
@spec force_password_reset(User.t()) :: {:ok, User.t()} | {:error, Ecto.Changeset.t()}
def force_password_reset(user), do: update_password_reset_pending(user, true)

# Used to auto-register LDAP accounts which don't have a password hash
# Used to auto-register LDAP accounts which won't have a password hash stored locally
def register_changeset(struct, params = %{password: password})
when is_nil(password) do
params = Map.put_new(params, :accepts_chat_messages, true)


Loading…
Cancel
Save