Hi, I am having a couple of issues. Please excuse the noobiness.
I have been using the LiHomeId paramater to redirect users to their own unique page (which again contains the WebLoginPE snippet cal so that users can edit their profile, etc). This page will also have a list of downloads and potentially a mini-blog.
What I am trying figure out is a way to set the LiHomeId paramater in a manner whereby I don’t have to rely on listing all of the document ID’s for all of my users unique pages. Instead of running through the list of document id’s and the use of permissions to determine which page the user should be re-directed to upon login, i was wondering if there was a way to specify each users unique document ID (where the will ultimately be directed to) when I am initially creating the user (maybe through a custom placeholder value

)
I hope this makes sense!