Closed WolfgangEibner closed 12 years ago
The plugin provides a validate() method, which gives detailed information about an authentification error. But there is also a isValid() method, which returns wether true or false. I'm not sure which method is used by the rest api
Use Case of the isValid()-method:
The validate-method of the Validationable interface can be explicitly called via REST by using following REST calls:
Validation should be automatically done at job creation/saving to save extra UI->Core calls.
According to todays meeting validation is now done automatically.
Deployed and tested on dev01 & dev02
An authentication error in moodle plugin doesn't result in an appropriate message. Should be examined if it is a plugin, backend or UI error.