Fixed #409, pérdida de contraseña al actualizar estudiante
Se ha añadido una comprobación tanto en el cliente como en el servidor para comprobar si el valor introducido como contraseña tiene un valor verdadero (no vacío). Además se han corregido los tests asociados a este error y se han actualizado los datos de ejemplo de la base de datos CAJA.
Showing
with
634 additions
and
454 deletions
... | @@ -31,8 +31,7 @@ | ... | @@ -31,8 +31,7 @@ |
"winston": "~1.0.0" | "winston": "~1.0.0" | ||
}, | }, | ||
"scripts": { | "scripts": { | ||
"start": "node app.js", | "start": "forever start app.js", | ||
"debug": "node debug app.js", | |||
"test": "mocha test/test-helper.js test/**/*-spec.js", | "test": "mocha test/test-helper.js test/**/*-spec.js", | ||
"test:watch": "npm run test -- --reporter min --watch" | "test:watch": "npm run test -- --reporter min --watch" | ||
}, | }, | ||
... | @@ -41,7 +40,7 @@ | ... | @@ -41,7 +40,7 @@ |
"type": "git", | "type": "git", | ||
"url": "http://scm.ujaen.es/softuno/pictogram.git" | "url": "http://scm.ujaen.es/softuno/pictogram.git" | ||
}, | }, | ||
"author": "emblanco, amontejo", | "author": "Yottacode", | ||
"license": "", | "license": "", | ||
"devDependencies": { | "devDependencies": { | ||
"chai": "^3.5.0", | "chai": "^3.5.0", | ||
... | ... |
Please
register
or
sign in
to comment