Explorar el Código

:memo: Made note to hash/salt passwords

juan_spike
tomit4 hace 3 años
padre
commit
ab94eac84c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      backend/lib/routes/profile/insert.js

+ 1
- 0
backend/lib/routes/profile/insert.js Ver fichero

48
             const res = request.payload
48
             const res = request.payload
49
 
49
 
50
             try {
50
             try {
51
+                // TODO: Currently passwords are stored in plain text, big no no...
51
                 const insertedResponse = await profileService.insertSingleResponseForProfile(res)
52
                 const insertedResponse = await profileService.insertSingleResponseForProfile(res)
52
 
53
 
53
                 if (!insertedResponse) {
54
                 if (!insertedResponse) {

Loading…
Cancelar
Guardar