I have a feature request which I am actually working on but would like help, to show the password for each node to the admin only on the node edit page.

This was if the admin forgets the password for each node they can retrieve it.

Comments

alexborsody’s picture

Here is the patch I ended up having to create, it shows the password for each node to the admin under protected node settings on the node edit page. Now if there are lots of protected nodes with different passwords it is easy for the admin to keep this strait. I had to do this at a forgetful clients request.

alexborsody’s picture

alexborsody’s picture

Issue summary: View changes

grammar

grimreaper’s picture

Hello,

I think it's impossible to apply your patches, because there is your path on your own computer inside.

And I think it's better to upload one patch for the whole project not a patch per file.

I will try to retake them and test it.

grimreaper’s picture

Looking closely, you made those patches with modifications made between files you had localy. So I can't find where to apply your code, and I think there is code not present in the patch that is needed.

Could you upload patches based on the last 7.x-1.x-dev version please ?

Thank you.

izus’s picture

Status: Needs work » Closed (won't fix)

due to security reasons, i really would like to avoid us storing passwords in clear.
so i'm sorry but it will be better to have a custom module to satisfy this need.
Sorry again but i prefer to keep all passwords we store hashed.
Thanks for comprehension