mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-13 21:33:20 +01:00
removed support
This commit is contained in:
parent
e1d20db3e0
commit
c917f5f59d
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
class ScreenNameValidator < ActiveModel::EachValidator
|
||||
FORBIDDEN_SCREEN_NAMES = %w(justask_admin retrospring_admin admin justask retrospring support about public
|
||||
FORBIDDEN_SCREEN_NAMES = %w(justask_admin retrospring_admin admin justask retrospring about public
|
||||
notifications inbox sign_in sign_up sidekiq moderation moderator mod administrator
|
||||
siteadmin site_admin help retro_spring retroospring retrosprlng niisding nllsding
|
||||
pixeidesu plxeldesu plxeidesu terms privacy)
|
||||
|
@ -9,4 +9,4 @@ class ScreenNameValidator < ActiveModel::EachValidator
|
|||
record.errors[attribute] << "Thou shalt not use this username! Please choose another one."
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue