This may sound like a stupid question but our client would like to see all the passwords of all the users. Is there a way for the passwords to be shown in the backend when one is logged in as an administrator?
Thanks
This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.
Please use forum.silverstripe.org for any new questions
(announcement).
The forum archive will stick around, but will be read only.
You can also use our Slack channel
or StackOverflow to ask for help.
Check out our community overview for more options to contribute.
This may sound like a stupid question but our client would like to see all the passwords of all the users. Is there a way for the passwords to be shown in the backend when one is logged in as an administrator?
Thanks
No. Passwords are stored using a one-way hash, so not only is this a really bad idea from a security standpoint but it is also impossible.
Thank you, that is what I expected and after looking up "one-way hash" I found a great article opening it up further.