I'm currently running DNN 4.8.2.
I need to get the current user's username and password to show using token replacement in the Html/Text Editor. When I put [Membership:Username] into the Editor, it works perfectly, displaying the current username. Then when I add [Membership:Password], it kinks up and throws an error;
Error accessing [Membership:Password], access to Password is restricted for datasource Membership.
So what now? I've looked all over and have yet to find anythng talking about this issue. Is there a way to access the [Membership:Password] token in the Html Editor?
I need both values to use in a link for automatic login to a seperate site.
Any help would be highly appreciated. Thanks.