auth_accessHint abstract method

String auth_accessHint(
  1. String appname
)

Access restriction message that uses the app name placeholder.

In en, this message translates to: 'You are not allowed to use {appname}. If you believe this is an error, please contact your Moodle administrator to request access.'

Implementation

String auth_accessHint(String appname);