Please Log in or Create an account to join the conversation.
xengent wrote: I need to have certain users access a user list using a specific search parameter, to check certain things. So for example I would give them the user list's URL and a search parameter would be appended by them externally, and the page would show the search results.
I want to avoid them having to login (unless there is a way to have them login via autoactions and be directed to the list automatically with that search parameter being passed on after the login action).
Otherwise, I can just have them access it as a guest, and have them use a Token ID, since I still want to protect that information.
Is there a way to do this all in one URL request? Either:
A. One URL logs them in that has the search parameter and they are redirected to that userlist with that parameter being passed on so they see the results page
or
B. One URL that targets the list with a Token ID (auth code/password etc.) that they only would have, which displays the results of that userlist.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.