You are here

drupalgap_user_registrationpassword.module in DrupalGap 7

File

modules/drupalgap_user_registrationpassword/drupalgap_user_registrationpassword.module
View source
<?php

/**
 * Implements hook_services_request_postprocess_alter().
 */
function drupalgap_user_registrationpassword_drupalgap_site_settings($names) {
  $names[] = 'user_registrationpassword_registration';
  return $names;
}