Problem
Can't suspend a user without flagging them first. The current risk state machine (user_risk.rb) requires users to be flagged before they can be suspended, adding an unnecessary intermediate step.
Solution
Remove the flagging requirement so that users can be suspended directly.
Related
Problem
Can't suspend a user without flagging them first. The current risk state machine (
user_risk.rb) requires users to be flagged before they can be suspended, adding an unnecessary intermediate step.Solution
Remove the flagging requirement so that users can be suspended directly.
Related