Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Talk:Authentication plugins: Difference between revisions

From MoodleDocs
(New page: To make the title and description translations of the plugin work, you must also create the class constructor.)
 
Line 1: Line 1:
To make the title and description translations of the plugin work, you must also create the class constructor.
To make the title and description translations of the plugin work, you must also create the class constructor.
== prevent_local_passwords() documentation ==
The current documentation states:
:: Indicates if password hashes should be stored in local moodle database.
The code in auth/none has no comments regarding this method.  Am I to assume that using "return false" allows password hashes to be stored in Moodle's database and "return true" ''prevents'' password hashes from being stored in Moodle's database?
--[[User:Ryan Foster|Ryan Foster]] ([[User talk:Ryan Foster|talk]]) 04:21, 18 September 2013 (WST)

Revision as of 20:21, 17 September 2013

To make the title and description translations of the plugin work, you must also create the class constructor.

prevent_local_passwords() documentation

The current documentation states:

Indicates if password hashes should be stored in local moodle database.

The code in auth/none has no comments regarding this method. Am I to assume that using "return false" allows password hashes to be stored in Moodle's database and "return true" prevents password hashes from being stored in Moodle's database?

--Ryan Foster (talk) 04:21, 18 September 2013 (WST)