Add ability to block sign-ups from IP (#19037)
This commit is contained in:
parent
5920d8fe33
commit
d83faa1a89
5 changed files with 64 additions and 13 deletions
|
@ -19,6 +19,7 @@ class IpBlock < ApplicationRecord
|
|||
|
||||
enum severity: {
|
||||
sign_up_requires_approval: 5000,
|
||||
sign_up_block: 5500,
|
||||
no_access: 9999,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue