removed support
This commit is contained in:
parent
e1d20db3e0
commit
c917f5f59d
|
@ -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 New Issue