work on ses integration
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
class TagAliasesController < ApplicationController
|
class TagAliasesController < ApplicationController
|
||||||
before_filter :admin_only, :only => [:approve, :destroy]
|
before_filter :admin_only, :only => [:approve, :destroy, :create]
|
||||||
before_filter :member_only, :only => [:create]
|
|
||||||
respond_to :html, :xml, :json, :js
|
respond_to :html, :xml, :json, :js
|
||||||
|
|
||||||
def new
|
def new
|
||||||
|
|||||||
@@ -292,5 +292,11 @@ module Danbooru
|
|||||||
def pixa_password
|
def pixa_password
|
||||||
nil
|
nil
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# If you wish to proxy emails through Amazon SES
|
||||||
|
def amazon_ses
|
||||||
|
# {:smtp_server_name => "smtp server name", :user_name => "amazon user name", :ses_smtp_user_name => "smtp user name", :ses_smtp_password => "smtp password"}
|
||||||
|
nil
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user