by Barb Hall.
Hi there,
I'd like my users to be able to sign in from a different site and go directly to the front page. I found an old posting on this from 2007, and wonder if the following is still valid for moodle 2.5:
<html>
<head>
<title>Moodle login</title>
</head>
<body>
<FORM action="https://moodle.school.com/login/index.php" method="POST">
Username: <input type=text name="username">
<br>
Password: <input type=password name="password">
<INPUT type="SUBMIT" value="Login">
</FORM>
</body>
</html>
Thanks,
Barb