Click-through e-mail CGI parameter portlet not working properly

[CR #336757] The click-through e-mail CGI parameter portlet works only when the user’s login name used during the content capture of the Web element is the same as the user creating the portlet. If the login names differ, the application keeps asking the user to verify the password.

Workaround: Edit the CCL in Portlet Builder as follows:

-Original

Cells( <?xml version="1.0"?><params><target type=""/></params>, Feature( C1ABAMCBBDDA001, Load( "http://us.f130.mail.yahoo.com/ym/login?.rand=f2kiodhve280a&ONEPAGE_DYNAMIC=NONE", CGIPost( "http://login.yahoo.com/config/login?0cp10807n9eed?.tries=1&.src=ym&.md5=&.hash=&.js=&.last=&promo=&.intl=us&.bypass=&.partner=&.u=8738vugvpqrg8&.v=0&.challenge=Jn4fceqt8h7dIM32qL0ynSqq683E&.yplus=&.emailCode=&pkg=&stepid=&.ev=&hasMsgr=1&.chkP=Y&.done=http%3A%2F%2Fmail.yahoo.com&login=&passwd=&.save=Sign+In", void))));

-New (modify the host name from us.f130.yahoo.com to login.yahoo.com where login.yahoo.com is the hostname where user submit login information during login)

Cells( <?xml version="1.0"?><params><target type=""/></params>, Feature( C1ABAMCBBDDA001, Load( "http://login.mail.yahoo.com/ym/login?.rand=f2kiodhve280a&ONEPAGE_DYNAMIC=NONE", CGIPost( "http://login.yahoo.com/config/login?0cp10807n9eed?.tries=1&.src=ym&.md5=&.hash=&.js=&.last=&promo=&.intl=us&.bypass=&.partner=&.u=8738vugvpqrg8&.v=0&.challenge=Jn4fceqt8h7dIM32qL0ynSqq683E&.yplus=&.emailCode=&pkg=&stepid=&.ev=&hasMsgr=1&.chkP=Y&.done=http%3A%2F%2Fmail.yahoo.com&login=&passwd=&.save=Sign+In", void))));

=============================================================================