Forum Discussion
Hi mayank
it is generally not advisable to embed credentials in a link - it can pose significant security risks. What is the use case that you are trying to solve?
Thanks,
- mayank12 years agoAce
I'm trying to accomplish this - If a user/customer registers on my site for a product, he recieves an e-email containing the link to the community site which when clicked opens up the product video on community site. What we want here is to have this user logged in to community with some generic user id?
- nathan12 years agoExecutive
Why does the user need to be logged in when they follow the link? Why do you want them to use a generic user?
- mayank12 years agoAce
It's something that when a user registers to my company's site, he gets an email in which a link is embeded and it directs to the company's community site when clicked. We want the user to be logged in to community once he follwed this link and that's because of the following two reasons.
1. It should be a good user experience that he is not asked to login (as he is already registered with the company's site for any product) to the community to view the content
2. On ourcommunity, we have restricted our content (through freemarker) to be not viewed by the non-regitered user, so this user if not logged in (say we would create a generic user for such logins on our community), won't be able to the desired content on community
Any help will be much appreciated here, thanks!!