email_registration_cleanup_username |
./email_registration.module |
Function to clean up username. |
2 |
|
email_registration_email_field |
./email_registration.module |
Converts element to email type field if Elements module is enabled and if
configured to do so. |
4 |
3 |
email_registration_form_user_admin_settings_alter |
./email_registration.module |
Implements hook_form_FORM_ID_alter(). |
|
|
email_registration_form_user_admin_settings_submit |
./email_registration.module |
Submit function for user_admin_settings to save our variable. |
|
1 |
email_registration_form_user_login_alter |
./email_registration.module |
Implements hook_form_FORM_ID_alter(). |
|
|
email_registration_form_user_login_block_alter |
./email_registration.module |
Implements hook_form_FORM_ID_alter(). |
|
|
email_registration_form_user_pass_alter |
./email_registration.module |
Implements hook_form_FORM_ID_alter(). |
|
|
email_registration_form_user_register_form_alter |
./email_registration.module |
Implements hook_form_FORM_ID_alter(). |
|
|
email_registration_requirements |
./email_registration.install |
Implements hook_requirements(). |
|
|
email_registration_uninstall |
./email_registration.install |
Implements hook_uninstall(). |
|
|
email_registration_unique_username |
./email_registration.module |
Given a starting point returns a legal, unique Drupal username. |
1 |
|
email_registration_user_insert |
./email_registration.module |
Implements hook_user_insert(). |
|
|
email_registration_user_login_validate |
./email_registration.module |
Form element validation handler for the user login form. |
|
2 |
hook_email_registration_name |
./email_registration.api.php |
Implement this hook to generate a username for email_registration module. |
|
|