[Xfce4-commits] <moka:master> Avoid auth warning in logs.

Nick Schermer noreply at xfce.org
Thu Jul 25 12:52:01 CEST 2013


Updating branch refs/heads/master
         to d9c6a0244b46beb36c135255c8c8016db560706e (commit)
       from a475d50a9a89568225f56bea80ca1335e09f0ddc (commit)

commit d9c6a0244b46beb36c135255c8c8016db560706e
Author: Nick Schermer <nick at xfce.org>
Date:   Thu Jul 25 12:47:27 2013 +0200

    Avoid auth warning in logs.

 lib/controllers/authentication.rb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/controllers/authentication.rb b/lib/controllers/authentication.rb
index cdac05d..93aecef 100755
--- a/lib/controllers/authentication.rb
+++ b/lib/controllers/authentication.rb
@@ -8,7 +8,7 @@ module Moka
   module Controllers
     module Authentication
       def authentication_initialize
-        use Rack::Session::Cookie
+        use Rack::Session::Cookie, :secret => 'txZEOtHsaoBxnwXkXpqBeLxljj3d3jFpkBEtYbghiyNwsL2v9oQGsmsXC88OiJ15'
 
         Warden::Manager.serialize_into_session do |maintainer|
           maintainer.username


More information about the Xfce4-commits mailing list