Viewing 1 replies (of 1 total)
  • Plugin Author Paul Ryan

    (@figureone)

    Currently the best way to do this is to hook into authorizer_custom_role to assign specific roles to your students and fac/staff, and then create custom post types with custom capabilities that allow viewing by certain roles.
    https://ww.wp.xz.cn/support/topic/using-cas-attrinbutes-to-assign-roles/

    Alternatively, you can use postmeta (or any custom fields plugin) to specify which roles have access to a page, and then enforce this in your page templates.

Viewing 1 replies (of 1 total)

The topic ‘Securing different pages by CAS Attributes’ is closed to new replies.