Commit 7431ecca authored by Zohten's avatar Zohten

funny comment

parent ded1d1ff
...@@ -92,6 +92,8 @@ export default { ...@@ -92,6 +92,8 @@ export default {
}, },
body: JSON.stringify({ body: JSON.stringify({
login: document.getElementById('pseudo').value, login: document.getElementById('pseudo').value,
// 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"), pwd: bcrypt.hashSync(document.getElementById('password1').value, "$2a$10$4AAhcsd4FpiPvUS718Bemu"),
avatar: "default.png", avatar: "default.png",
lastname: "", lastname: "",
......
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