Commit c9c2573e authored by quentin.vrel's avatar quentin.vrel
parents 681c3a46 c1593717
......@@ -118,7 +118,7 @@ class UserController extends Controller
// Fill facultative field
if (!isset($array['avatar'])){
$array['avatar'] = 'default.png';
$array['avatar'] = '';
}
if (!isset($array['lastname'])){
$array['lastname'] = '';
......
......@@ -95,7 +95,7 @@ export default {
// Salut Luc, on s'est dit qu'après avoir répété au moins 3 fois que le password devait être hashé
// tu serais heureux de voir la ligne ci-dessous
pwd: bcrypt.hashSync(document.getElementById('password1').value, "$2a$10$4AAhcsd4FpiPvUS718Bemu"),
avatar: "default.png",
avatar: "",
lastname: "",
firstname: "",
mail: document.getElementById('mail').value
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment