You are here

function _recovery_pass_resource_access in Recovery Password (Email New Password) 7

1 string reference to '_recovery_pass_resource_access'
recovery_pass_services_resources in ./recovery_pass.services.inc
Implements hook_services_resources().

File

./recovery_pass.resource.inc, line 42

Code

function _recovery_pass_resource_access() {
  return TRUE;
}