feat: Improved password security policy (#2345)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class RemoveSuperAdminAccessTokes < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
AccessToken.where(owner_type: 'SuperAdmin').destroy_all
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user