Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 3720 | Rev 4777 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 3720 Rev 3789
Línea 1118... Línea 1118...
1118
                error_log("Password Decrypted : " . $password . PHP_EOL);
1118
                error_log("Password Decrypted : " . $password . PHP_EOL);
Línea 1119... Línea 1119...
1119
                
1119
                
1120
            } else {
1120
            } else {
1121
                $email   = filter_var($email, FILTER_SANITIZE_EMAIL);
1121
                $email   = filter_var($email, FILTER_SANITIZE_EMAIL);
-
 
1122
            }
-
 
1123
      
-
 
1124
            $companyMapper = CompanyMapper::getInstance($this->adapter);
Línea 1122... Línea 1125...
1122
            }
1125
            $company = $companyMapper->fetchOne($applicationVariant->company_id);
1123
            
1126
            
Línea 1124... Línea 1127...
1124
      
1127
      
1125
            $authAdapter = new AuthAdapter($this->adapter);
1128
            $authAdapter = new AuthAdapter($this->adapter);
Línea 1126... Línea 1129...
1126
            $authAdapter->setData($email, $password);
1129
            $authAdapter->setData($email, $password, $company->network_id);
1127
            
1130
            
Línea 1128... Línea 1131...
1128
            $authService = new AuthenticationService();
1131
            $authService = new AuthenticationService();
1129
            $result = $authService->authenticate($authAdapter);
1132
            $result = $authService->authenticate($authAdapter);
Línea 1130... Línea 1133...
1130
            
1133
            
1131
            $ip = Functions::getUserIP();
1134
            $ip = Functions::getUserIP();