module LoginEngine
config :salt, "voothingboat"
config :email_from, MAIL_CONFIG[:from]
-end
-
+ config :admin_email, MAIL_CONFIG[:from]
+ config :app_name, 'HyperChad'
+ config :changeable_fields, []
+ config :use_email_notification, true
+ config :confirm_account, false
Engines.start :login
# action mailer configuration