Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 14 Rev 18
Línea 119... Línea 119...
119
 
119
 
120
 
120
 
Línea 121... Línea -...
121
            $form = new  SigninForm($this->config);
-
 
122
            $dataPost = $request->getPost()->toArray();
-
 
123
 
121
            $form = new  SigninForm($this->config);
124
            
122
            $dataPost = $request->getPost()->toArray();
125
            /*
123
 
126
            if (empty($_SESSION['aes'])) {
124
            if (empty($_SESSION['aes'])) {
127
                return new JsonModel([
125
                return new JsonModel([
Línea 135... Línea 133...
135
            }
133
            }
Línea 136... Línea 134...
136
 
134
 
137
 
135
 
138
            if (!empty($dataPost['password'])) {
136
            if (!empty($dataPost['password'])) {
139
                $dataPost['password'] = CryptoJsAes::decrypt($dataPost['password'], $_SESSION['aes']);
-
 
140
            }*/
-
 
Línea 141... Línea 137...
141
            
137
                $dataPost['password'] = CryptoJsAes::decrypt($dataPost['password'], $_SESSION['aes']);
Línea 142... Línea 138...
142
      
138
            }
143
 
139