forked from AkkomaGang/akkoma
Test that unapproved users can never log in regardless of admin settings
This commit is contained in:
parent
5756843736
commit
15f8921b11
1 changed files with 1 additions and 2 deletions
|
@ -998,8 +998,7 @@ test "rejects token exchange for user with confirmation_pending set to true" do
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
test "rejects token exchange for valid credentials belonging to an unapproved user and approval is required" do
|
test "rejects token exchange for valid credentials belonging to an unapproved user" do
|
||||||
Pleroma.Config.put([:instance, :account_approval_required], true)
|
|
||||||
password = "testpassword"
|
password = "testpassword"
|
||||||
|
|
||||||
user = insert(:user, password_hash: Pbkdf2.hash_pwd_salt(password), approval_pending: true)
|
user = insert(:user, password_hash: Pbkdf2.hash_pwd_salt(password), approval_pending: true)
|
||||||
|
|
Loading…
Reference in a new issue