changed properties and the name of hyperchad to selectricity
[selectricity] / config / environment.rb
index d97fd3b6ea3e45c6b91dbee361089bbc43e42fde..7159e1fab6b9bf36d62c3f37b1ed592b3da53aab 100755 (executable)
@@ -50,7 +50,7 @@ end
 #   inflect.uncountable %w( fish sheep )
 # end
 
-MAIL_CONFIG = { :from => 'HyperChad <info@hyperchad.media.mit.edu>'} 
+MAIL_CONFIG = { :from => 'Selectricity <info@selectricity.media.mit.edu>'} 
 
 # Include your application configuration below
 require 'uniq_token'
@@ -79,7 +79,7 @@ module LoginEngine
   config :salt, "voothingboat"
   config :email_from, MAIL_CONFIG[:from]
   config :admin_email, MAIL_CONFIG[:from]
-  config :app_name, 'HyperChad'
+  config :app_name, 'Selectricity'
   config :changeable_fields, []
   config :use_email_notification, true
   config :confirm_account, false

Benjamin Mako Hill || Want to submit a patch?