I have a client who was previously using V4 and I modified the back-end so that they could see the member's password ( with passwordFormat="Clear" ) when viewing the member properties. The site doesn't contain very sensitive data and the passwords are assigned by the CMS administrator so even thought it's a strange requirement, they are happy with the system. I have recently upgraded their website & CMS, and I'm wondering if it's possible to do something similar with the back-end in v7?
Is the data accessible in the angular code? I don't mind how 'hacky' or ugly the solution is - even if I could do a database call just to get the password text that would be fine, but I'm not very good with the new angular back-end and not sure how to modify the code to do what I require.
Displaying the members passwords in the back-end
I have a client who was previously using V4 and I modified the back-end so that they could see the member's password ( with passwordFormat="Clear" ) when viewing the member properties. The site doesn't contain very sensitive data and the passwords are assigned by the CMS administrator so even thought it's a strange requirement, they are happy with the system. I have recently upgraded their website & CMS, and I'm wondering if it's possible to do something similar with the back-end in v7?
Is the data accessible in the angular code? I don't mind how 'hacky' or ugly the solution is - even if I could do a database call just to get the password text that would be fine, but I'm not very good with the new angular back-end and not sure how to modify the code to do what I require.
is working on a reply...