Pman/Login.php
authoredward <edward@roojs.com>
Fri, 3 Nov 2017 05:40:22 +0000 (13:40 +0800)
committeredward <edward@roojs.com>
Fri, 3 Nov 2017 05:40:22 +0000 (13:40 +0800)
Pman/Login.php

index 77ff912..e4118e3 100644 (file)
@@ -287,6 +287,8 @@ class Pman_Login extends Pman
             $this->jerror('LOGIN-BAD','Account disabled');
         }
         
+        print_R($u->oath_key);exit;
+        
         // check if config allows non-owner passwords.
         // auth_company = "OWNER" // auth_company = "CLIENT" or blank for all?
         // perhaps it should support arrays..