moodle-auth_saml2
moodle-auth_saml2 copied to clipboard
Consider switching sensitive setting to admin_setting_encryptedpassword
In https://tracker.moodle.org/browse/MDL-65818, Sam created a new admin_setting_encryptedpassword, which can store settings encrypted in the database.
Given what this plugin is doing, there are some of its settings which are secrets which might be better stored using this, rather than admin_setting_configpasswordunmask.
For your consideration.