Openmaize.IdCheck
This module contains functions that can perform optional checks based on the user id.
They can be used as they are, but they also serve as examples of how to write such functions.
Summary↑
id_noedit(arg1, data, path, match) | Function to protect another user’s page from editing. However, the user is allowed to view the page |
id_noshow(arg1, data, path, match) | Function to protect another user’s page. In this case, the page cannot be viewed as well |
Functions
Function to protect another user’s page from editing. However, the user is allowed to view the page.
Function to protect another user’s page. In this case, the page cannot be viewed as well.