Module: nagvis
Branch: master
Commit: a7d890ff78123b81f2a93b3c3e0b04f1cdec9abf
URL:    
http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=a7d890ff78123b81f2a93b3c3e0b04f1cdec9abf

Author: Lars Michelsen <[email protected]>
Date:   Fri Oct  1 17:23:41 2010 +0200

Login possible again since latest commit

---

 share/server/core/classes/CoreModAuth.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/share/server/core/classes/CoreModAuth.php 
b/share/server/core/classes/CoreModAuth.php
index 5bb996a..8654eb5 100644
--- a/share/server/core/classes/CoreModAuth.php
+++ b/share/server/core/classes/CoreModAuth.php
@@ -33,7 +33,7 @@ class CoreModAuth extends CoreModule {
                $this->sName = 'Auth';
                $this->CORE = $CORE;
                
-               $this->aActions = Array('login'  => 0,
+               $this->aActions = Array('login'  => !REQUIRES_AUTHORISATION,
                                        'logout' => REQUIRES_AUTHORISATION);
                
                $this->FHANDLER = new CoreRequestHandler($_POST);


------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins

Reply via email to