Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.9.2
-
Fix Version/s: 2.0
-
Component/s: Authentication, Database SQL/XMLDB
-
Labels:None
-
Environment:Windows XP, Apache 2.2, PHP 5, Mysql 5
-
Database:Any
-
Affected Branches:MOODLE_19_STABLE
-
Fixed Branches:MOODLE_20_STABLE
Description
I'm trying to write new auth plugin, that uses data from special table for login generation on user signup. Table should be editable from plugin configuration.
But "moodle/admin/xmldb/index.php" does not show any of auth plugin's folders.
I suppose i shoud write additional module for creation of this table on install and editing it, and then write auth plugin, that uses this table. But I think it's better to tune up XMLDB to scan auth folder.
Activity
- All
- Comments
- History
- Activity
- Source
- Test Sessions
This is finally solved in 2.0dev.
Thank you for the report.
Petr Skoda