Note: You are currently viewing documentation for Moodle 1.9. Up-to-date documentation for the latest stable version is available here: How to get a security key.

How to get a security key: Difference between revisions

From MoodleDocs
No edit summary
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
A user goes on his security keys page (My profil block > security keys). He gets a security key (also called token). He enters the key on the external application accessing to Moodle. At any time, a user can reset the key if he suspects that it has been stolen.
{{Moodle_2.0}}[[Image:Security_keys_and_documentation.jpg|thumb]]A user goes on his security keys page: '''My profil block > security keys'''. He gets a security key (also called token). He enters the key on the external application accessing to Moodle.  
 
At any time, a user can reset the key. He goes on his security page and click on the Reset link. A new different key is automatically generated. The user needs to enter the new key on the external application.
 
To see the page:
* user must not be a administrator (Moodle cannot generate a token for administrator).
* user must have the'' moodle/webservice:createtoken'' capability
* to see the web service function documentation, the documentation feature most be enabled by an administrator in ''Site Administration > Plugins > Web services > Manage protocols''
 
== See also ==
* [[Web Services]]
 
[[Category:Web Services]]

Latest revision as of 08:36, 18 January 2011

Moodle 2.0

Security keys and documentation.jpg

A user goes on his security keys page: My profil block > security keys. He gets a security key (also called token). He enters the key on the external application accessing to Moodle.

At any time, a user can reset the key. He goes on his security page and click on the Reset link. A new different key is automatically generated. The user needs to enter the new key on the external application.

To see the page:

  • user must not be a administrator (Moodle cannot generate a token for administrator).
  • user must have the moodle/webservice:createtoken capability
  • to see the web service function documentation, the documentation feature most be enabled by an administrator in Site Administration > Plugins > Web services > Manage protocols

See also