Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 138 Rev 144
Línea 160... Línea 160...
160
            }
160
            }
Línea 161... Línea 161...
161
 
161
 
162
 
162
 
163
            $form = new  SigninForm($this->config);
163
            $form = new  SigninForm($this->config);
164
            $dataPost = $request->getPost()->toArray();
164
            $dataPost = $request->getPost()->toArray();
165
/*
165
 
166
            if (empty($_SESSION['aes'])) {
166
            if (empty($_SESSION['aes'])) {
167
                return new JsonModel([
167
                return new JsonModel([
168
                    'success'   => false,
168
                    'success'   => false,
Línea 175... Línea 175...
175
            }
175
            }
Línea 176... Línea 176...
176
 
176
 
177
 
177
 
178
            if (!empty($dataPost['password'])) {
178
            if (!empty($dataPost['password'])) {
Línea 179... Línea 179...
179
                $dataPost['password'] = CryptoJsAes::decrypt($dataPost['password'], $_SESSION['aes']);
179
                $dataPost['password'] = CryptoJsAes::decrypt($dataPost['password'], $_SESSION['aes']);
Línea 180... Línea 180...
180
            }*/
180
            }