diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-03-19 13:39:40 -0700 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-03-19 13:42:02 -0700 |
commit | d4d0c8b3b62382c62f986f54d2a0c2a121601702 (patch) | |
tree | da6ac56857f1e4b908cd9d611715ccd02d2964cf /lib/configuration.rb | |
parent | a0470c822ea882ea11cb1f1b22ec029356054d46 (diff) |
Allow the emergency user account to be disabled.
Diffstat (limited to 'lib/configuration.rb')
-rw-r--r-- | lib/configuration.rb | 1 |
1 files changed, 1 insertions, 0 deletions
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 => '', |