You are here

Functions in Email Registration 6

Primary tabs

Namesort descending Location Description Direct uses Strings
custom_email_registration_name_submit ./email_registration.module Custom submit handler to fix redirect for immediate logins #648450 1
email_registration_form_user_login_alter ./email_registration.module Implementation of hook_form_FORMID_alter().
email_registration_form_user_login_block_alter ./email_registration.module Implementation of hook_form_FORMID_alter().
email_registration_form_user_pass_alter ./email_registration.module Implementation of hook_form_FORMID_alter().
email_registration_form_user_profile_form_alter ./email_registration.module Implements hook_form_FORM_ID_alter().
email_registration_form_user_register_alter ./email_registration.module Implementation of hook_form_FORMID_alter().
email_registration_unique_username ./email_registration.module Given a starting point for a Drupal username (e.g. the name portion of an email address) return a legal, unique Drupal username. This function is designed to work on the results of the /user/register or /admin/people/create forms which have already… 1
email_registration_user ./email_registration.module Implementation of hook_user().
email_registration_user_login_validate ./email_registration.module Custom validation function for user login form. Allows users to authenticate by email only, which is our preferred method. 2

Other projects