Note: You are currently viewing documentation for Moodle 3.9. Up-to-date documentation for the latest stable version of Moodle may be available here: Policies.

Policies: Difference between revisions

From MoodleDocs
Policies
Type Admin tools
Set N/A
Downloads https://moodle.org/plugins/tool_policy
Issues https://tracker.moodle.org/issues/?jql=component%20%3D%20Privacy
Discussion
Maintainer(s) Moodle HQ
(Adding a new policy, caps)
(Giving consent to policies (with thanks to Marina for original documentation))
Line 23: Line 23:
Note that when Policies is set as the site policy handler, the settings 'Site policy' and 'Site policy for guests' are ignored.
Note that when Policies is set as the site policy handler, the settings 'Site policy' and 'Site policy for guests' are ignored.


==Manage policies==
==Adding and managing policies==
[[File:policies and agreements.png|thumb|Policies and agreements]]
[[File:policies and agreements.png|thumb|Policies and agreements]]
An admin or any user with the [[Capabilities/tool/policy:managedocs|Manage policies]] capability (by default manager) can access the page  'Manage policies' in the Site administration and:
An admin or any user with the [[Capabilities/tool/policy:managedocs|Manage policies]] capability (by default manager) can access the page  'Manage policies' in the Site administration and:
Line 40: Line 40:
# Complete the form and save changes.
# Complete the form and save changes.


Note that once created, a policy can be edited, or set to inactive, but it cannot be deleted.
Note that once created, a policy can be edited, or set to inactive, but if users have agreed to it, it can't be deleted.
 
==Giving consent to policies==
[[File:Agreeing to policies.png|thumb|Giving consent to policies]]
All users (with the exception of admins) will be required to give their consent to all policies defined either for “Authenticated users” or for “All users” before proceeding further on the site.
 
If a new policy is added, all users will be required to give their consent when they next log in. Similarly, if an existing policy is edited and is not marked as a minor change, all users will be required to give their consent when they next log in.
 
If self-registration is enabled on the site, new users will be required to give their consent to all policies before proceeding to the sign-up form. If digital age of consent verification (a new setting in Moodle 3.4.2 onwards) is enabled in '[[Privacy|Privacy settings]]' in the Site administration, when a new user clicks the 'Create new account' button, they will be prompted to enter their age and country. If the user's age is lower than the age of consent for their country, they will see a message prompting them to ask their parent/guardian to contact the support contact (as specified in 'Support contact' in the Site administration).


==User agreements==
==User agreements==
Line 48: Line 56:
* View user consents  
* View user consents  
* Filter by policy, permission, status or role
* Filter by policy, permission, status or role
* Manually consent on behalf of minors
* Give consent on behalf of minors
* Download table data
* Download table data


For example, you can obtain the list of minors by filtering by 'Permission: Can not agree', then manually consent to policies on their behalf.
For example, you can obtain the list of minors by filtering by 'Permission: Can not agree', then give consent to policies on their behalf.


User agreements for a particular policy may also be viewed via the 'Manage policies' page by clicking the link in the Agreements column.
User agreements for a particular policy may also be viewed via the 'Manage policies' page by clicking the link in the Agreements column.

Revision as of 15:08, 10 April 2018

The Policies plugin provides a new user sign-on process, with ability to define multiple policies (site, privacy, third party), track user consents, and manage updates and versioning of the policies.

The Policies plugin forms part of Moodle’s privacy feature set and will assist sites to become GDPR compliant. It requires Moodle 3.4.2 onwards, and is available from the Moodle plugins directory. The plugin will be integrated in the Moodle 3.5 release in May 2018. Moodle 3.4.2 also includes the option of checking whether a new user is a minor.


Enabling the policies plugin

After installing the policies plugin, it may be enabled as follows:

  1. Go to 'Policy settings' in the Site administration.
  2. Set the Site policy handler to 'Policies (tool_policy)'.
  3. Save changes.

Two new pages will then appear in the Site administration - 'Manage policies' and 'User agreements'.

Note that when Policies is set as the site policy handler, the settings 'Site policy' and 'Site policy for guests' are ignored.

Adding and managing policies

Policies and agreements

An admin or any user with the Manage policies capability (by default manager) can access the page 'Manage policies' in the Site administration and:

  • Add a new site / privacy / third parties / other policy for all users, authenticated users or guests
  • Change the active / inactive status of each policy
  • View the number and percentage of users who have agreed to each policy
  • Edit a policy and specify whether it is a minor change (not requiring users to reconfirm their consent) or not
  • View the current version of each policy and also previous versions
  • Change the order in which policies are shown to users

To add a new policy:

  1. Go to 'Manage policies' in the Site administration.
  2. Click the button 'New policy'
  3. Complete the form and save changes.

Note that once created, a policy can be edited, or set to inactive, but if users have agreed to it, it can't be deleted.

Giving consent to policies

Giving consent to policies

All users (with the exception of admins) will be required to give their consent to all policies defined either for “Authenticated users” or for “All users” before proceeding further on the site.

If a new policy is added, all users will be required to give their consent when they next log in. Similarly, if an existing policy is edited and is not marked as a minor change, all users will be required to give their consent when they next log in.

If self-registration is enabled on the site, new users will be required to give their consent to all policies before proceeding to the sign-up form. If digital age of consent verification (a new setting in Moodle 3.4.2 onwards) is enabled in 'Privacy settings' in the Site administration, when a new user clicks the 'Create new account' button, they will be prompted to enter their age and country. If the user's age is lower than the age of consent for their country, they will see a message prompting them to ask their parent/guardian to contact the support contact (as specified in 'Support contact' in the Site administration).

User agreements

User agreements filtered to show minors

An admin or any user with the View user agreements reports capability (by default manager) can access the page 'User agreements' in the Site administration and:

  • View user consents
  • Filter by policy, permission, status or role
  • Give consent on behalf of minors
  • Download table data

For example, you can obtain the list of minors by filtering by 'Permission: Can not agree', then give consent to policies on their behalf.

User agreements for a particular policy may also be viewed via the 'Manage policies' page by clicking the link in the Agreements column.

Capabilities

See also