Change user.deactivated field to user.is_active
This commit is contained in:
parent
cf367fdbd5
commit
860b5c7804
40 changed files with 125 additions and 107 deletions
|
|
@ -956,7 +956,7 @@ defmodule Pleroma.Web.OAuth.OAuthControllerTest do
|
|||
user =
|
||||
insert(:user,
|
||||
password_hash: Pleroma.Password.Pbkdf2.hash_pwd_salt(password),
|
||||
deactivated: true
|
||||
is_active: false
|
||||
)
|
||||
|
||||
app = insert(:oauth_app)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue