Auto Login

Auto Login

per Aziz Elia -
Nombre de respostes: 1

IS there a way to pass the user name and password to the browser via a post? What is the syntax? or where can I find the document on how to configure the post for Moodle.

Mitjana de qualificacions: -
En resposta a Aziz Elia

Re: Auto Login

per Frederic Triquet -
I don't think it's possible to pass informations (in the URL or wherever) to a script that wiats for POST'ed data.

Maybe it is possible to write your own (local) page containing a form with the same fields as the login form, and a javascript that auto-submit the thing to the apropriate URL.

To be tested...

Fred