What is FreeMarker user.generateLinkUserToken(<string>)?
user.generateLinkUserToken(<string>) is a not documented method on the custom global user context object the FreeMarker implementation of Khoros provides.
calling it with any string argument returns a token like "A7bd_xYIOp6xn6A9dt42rpGqfVDnczYuSKDblZ42ewHydRTKqCE5iluHu_7P0QTdxIU47Mq8t7eGNrN7GbUzLpkKcaNPNI5osNHfgsw0ihY-I6q0XKkHJa_EN_Rh9FmHZRb1WfjE8KxWqvTm9Y4n33B7H4RTStTa3fgty_mn2sMw5fyGE-uJhG5ZUy5UcTjSB7j_wAH1rr9wb2WUtqwMPygZa6pBtD3qV5fm44KfQ4wCIT9s3ymrdP5FVt4iwswPxaQAQS-rsCdmjAPnAQbnuZfGQXQZXsJnv1cMF_DicpY3lk"
but the question is, what is it useful for (for example generating lia-action-token which are used for oob Khoros form submissions) and what is the string argument supposed to be?
I have a feeling only Khoros devs might be able to answer this question, therefore tagging LarryI so you can forward this to the appropriate person.