Skip to content
This repository has been archived by the owner on Feb 17, 2022. It is now read-only.

Cambio de contraseña #19

Closed
cristianmarint opened this issue Feb 17, 2019 · 0 comments
Closed

Cambio de contraseña #19

cristianmarint opened this issue Feb 17, 2019 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@cristianmarint
Copy link
Owner

cristianmarint commented Feb 17, 2019

Cuando se cambia la contraseña, en la model se guarda el ID del user y esta es utilizada para hacer el cambio, si se cambio el valio del input (id) se puede cambiar la contraseña de otro usuario.

EJ:
user id=3 se loggea, y altera
<input type="hidden" value="3" id="id">
a

<input type="hidden" value="1" id="id">

se cambiara la contraseña a ese user id=1 mas no a user id=3

Lugar del bug en master

Lugar del bug en admin

@cristianmarint cristianmarint added the bug Something isn't working label Feb 17, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants