Hi
How do I actually extract the username from the variable.
For example if i want the username from the primary authentication to be the default for the seconday, but allow the user to change it from that default, how would I code that
using <% username %> just seems to produce "Username" . Should I be using username.name, username.value ?
Thanks
Chris