rydurham / Sentinel

A Sentry bridge package for Laravel
http://www.ryandurham.com/projects/sentinel/
317 stars 68 forks source link

See the password in a View #230

Closed luarcito closed 6 years ago

luarcito commented 7 years ago

Hi, Sorry for my English. I would like to know if I can make the password for an account show in a view. I do not know how to decode it. Thanks in advance.

rydurham commented 7 years ago

Hello @luarcito,

Displaying a password in plain text is not a recommended security practice. It is not possible to decode the hashed password values, so the only way to accomplish this would be to store the password in plaintext in the database, which is a major security concern.

~Ryan

rydurham commented 6 years ago

I am going to close this for now, but we can re-open it if you would like to discuss this further.