You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
errors.add(:login,"may not be your email address. Keep in mind that your username is public to everyone.")iflogin.include?('@')
306
306
errors.add(:login,"may not be a number. Use the organizational identifier field for your student number.")iflogin.scan(/\D/).empty?
307
+
errors.add(:email,'may not end with "@ad.helsinki.fi". You cannot receive any emails with this address -- it\'s only used for your webmail login. Remove the "ad."-part of the address and try again.')ifemail.end_with?('@ad.helsinki.fi')
0 commit comments