diff --git a/app/views/users/edit.html.erb b/app/views/users/edit.html.erb index 0af874c8a..24104efbf 100644 --- a/app/views/users/edit.html.erb +++ b/app/views/users/edit.html.erb @@ -15,7 +15,7 @@
- + A list of whitespace delimited tags that show up in your profile. <%= link_to "Restore from old database", restore_uploaded_tags_user_path(@user), :method => :post, :remote => true %>
diff --git a/config/initializers/z_action_mailer.rb b/config/initializers/z_action_mailer.rb index e456a29bc..91ffabe9a 100644 --- a/config/initializers/z_action_mailer.rb +++ b/config/initializers/z_action_mailer.rb @@ -1,8 +1,8 @@ if Danbooru.config.amazon_ses && Rails.env == "production" Danbooru::Application.config.action_mailer.smtp_settings = { :address => Danbooru.config.amazon_ses[:smtp_server_name], - :user_name => Danbooru.config.amazon_ses[:smtp_user_name], - :password => Danbooru.config.amazon_ses[:smtp_password], + :user_name => Danbooru.config.amazon_ses[:ses_smtp_user_name], + :password => Danbooru.config.amazon_ses[:ses_smtp_password], :authentication => :login, :enable_starttls_auto => true }