Proyectos de Subversion LeadersLinked - Services

Rev

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

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