I have a menu item that I'd like to make different for each user. It's an internal page that accepts &_GET in the URL.
I'm thinking I could skip the user past entering this information in manually by providing the url like http://site.com/?user=loggedinuser&target=somepage. Could I fill this username with the drupal username using a token or are they just not available in the context of menu entries?
How else could I solve this if not with tokens?