Instantiate Member Object Based on Currently Selected User in Dashboard
We have a low security (nothing sensitive) member area so our member passwords are stored clear.
Members call us from time to time asking for their passwords b/c they forgot them.
I was thinking a dataType using the "Umbraco Usercontrol Wrapper" to just query the Member and display the password would work fine, and I could just add it to the [Member Types] Generic properties.
However is there a way for that control to determine the currently selected user in the Members Dashboard so I can instantiate a Member object based on whatever member is currently selected?
Instantiate Member Object Based on Currently Selected User in Dashboard
We have a low security (nothing sensitive) member area so our member passwords are stored clear.
Members call us from time to time asking for their passwords b/c they forgot them.
I was thinking a dataType using the "Umbraco Usercontrol Wrapper" to just query the Member and display the password would work fine, and I could just add it to the [Member Types] Generic properties.
However is there a way for that control to determine the currently selected user in the Members Dashboard so I can instantiate a Member object based on whatever member is currently selected?
OK after several hours of countless searches and failures, I found the following 10 mins after posting the above, and it seems to work!
Is this best practice?
is working on a reply...