record.errors.add(attribute,message:"Thou shalt not use this username! Please choose another one.")ifFORBIDDEN_SCREEN_NAMES.include?(value.downcase)
record.errors.add(attribute,message:"Registration is tempoarily disabled for new users.")ifFORBIDDEN_SCREEN_NAME_REGEXPS.any?{|regexp|value.downcase=~regexp}