From d4d0c8b3b62382c62f986f54d2a0c2a121601702 Mon Sep 17 00:00:00 2001 From: Louise Crow Date: Tue, 19 Mar 2013 13:39:40 -0700 Subject: Allow the emergency user account to be disabled. --- lib/configuration.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/configuration.rb') diff --git a/lib/configuration.rb b/lib/configuration.rb index f155ed7a4..fca48782e 100644 --- a/lib/configuration.rb +++ b/lib/configuration.rb @@ -6,6 +6,7 @@ module Configuration DEFAULTS = { :ADMIN_PASSWORD => '', :ADMIN_USERNAME => '', + :DISABLE_EMERGENCY_USER => false, :AVAILABLE_LOCALES => '', :BLACKHOLE_PREFIX => 'do-not-reply-to-this-address', :BLOG_FEED => '', -- cgit v1.2.3