MDL-61873 auth: Add privacy implementation for all auth plugins
authorcescobedo <carlos.escobedo@gmail.com>
Sat, 7 Apr 2018 09:24:17 +0000 (11:24 +0200)
committercescobedo <carlos.escobedo@gmail.com>
Sat, 7 Apr 2018 09:24:17 +0000 (11:24 +0200)
commit6291e67b117895d25b0482a36da105a69b5219c7
tree2f6ae05f74380b3975828894541af3a21f853b48
parent2bd26607512c36aeb17b2e788fa7e985788ca777
MDL-61873 auth: Add privacy implementation for all auth plugins

None of the Auth plugins (except manual and oauth2) have any user preference or database table.
They all implement the null provider.
20 files changed:
auth/cas/classes/privacy/provider.php [new file with mode: 0644]
auth/cas/lang/en/auth_cas.php
auth/db/classes/privacy/provider.php [new file with mode: 0644]
auth/db/lang/en/auth_db.php
auth/email/classes/privacy/provider.php [new file with mode: 0644]
auth/email/lang/en/auth_email.php
auth/ldap/classes/privacy/provider.php [new file with mode: 0644]
auth/ldap/lang/en/auth_ldap.php
auth/lti/classes/privacy/provider.php [new file with mode: 0644]
auth/lti/lang/en/auth_lti.php
auth/mnet/classes/privacy/provider.php [new file with mode: 0644]
auth/mnet/lang/en/auth_mnet.php
auth/nologin/classes/privacy/provider.php [new file with mode: 0644]
auth/nologin/lang/en/auth_nologin.php
auth/none/classes/privacy/provider.php [new file with mode: 0644]
auth/none/lang/en/auth_none.php
auth/shibboleth/classes/privacy/provider.php [new file with mode: 0644]
auth/shibboleth/lang/en/auth_shibboleth.php
auth/webservice/classes/privacy/provider.php [new file with mode: 0644]
auth/webservice/lang/en/auth_webservice.php