Update README.md
This commit is contained in:
parent
58dfcfa9a4
commit
b1897a200a
1 changed files with 12 additions and 12 deletions
|
@ -37,7 +37,7 @@ For example XML-RPC (PHP structure) description for different mapping field sett
|
|||
|
||||
***Email Address***
|
||||
|
||||
[user] =>
|
||||
[user] =>
|
||||
Array
|
||||
(
|
||||
[email] => string
|
||||
|
@ -45,7 +45,7 @@ For example XML-RPC (PHP structure) description for different mapping field sett
|
|||
|
||||
***ID number***
|
||||
|
||||
[user] =>
|
||||
[user] =>
|
||||
Array
|
||||
(
|
||||
[idnumber] => string
|
||||
|
@ -79,6 +79,6 @@ a web call) as well as then log in using this key. If IP address is different a
|
|||
|
||||
**Redirect after logout**
|
||||
|
||||
You can set URL to redirect user to after they logged out from Moodle. For example you can redirect them
|
||||
to logout script of your web application to log users out from there as well. This setting is optional.
|
||||
You can set URL to redirect users after they logged out from Moodle. For example you can redirect them
|
||||
to logout script of your web application to log users out from it as well. This setting is optional.
|
||||
|
||||
|
|
Loading…
Reference in a new issue