While our site is still under development and testing I’d like to encourage internal staff to poke around. I don’t want them to be faced with yet-another-login page. How can I set up a page with a link on our internal site which when clicked on automatically logs them into the external expression engine site under a specific username without asking for a username and password?
I tried this but it doesn’t work:
<form action="http://www.example.com/ee/admin/index.php?S=0&C=login&M=auth" method="post">
<input name="XID" value="1bc1a6a8e77bf285d34499f29b6f24033aeaebcb" type="hidden">
<input name="return_path" value="index.php" type="hidden">
<input dir="ltr" style="width: 150px;" name="username" id="username" value="" size="20" maxlength="32" class="input" type="hidden" value="guest_account">
<input dir="ltr" style="width: 150px;" name="password" id="password" value="" size="20" maxlength="32" class="input" type="hidden" value="guest_password">
<input class="submit" value="Submit" type="submit">
</form>