mirror of
https://github.com/discourse/discourse.git
synced 2025-05-25 19:29:34 +08:00
FIX: Password required flag should be cleared whenever clearing the raw password (#5384)
This commit is contained in:
@ -89,10 +89,6 @@ describe GroupsController do
|
||||
)
|
||||
end
|
||||
|
||||
before do
|
||||
sign_in(user)
|
||||
end
|
||||
|
||||
context "when user is group owner" do
|
||||
before do
|
||||
group.add_owner(user)
|
||||
|
Reference in New Issue
Block a user