removed support

This commit is contained in:
Georg G 2015-04-18 22:12:58 +02:00
parent e1d20db3e0
commit c917f5f59d
1 changed files with 2 additions and 2 deletions

View File

@ -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