diff --git a/simple_pass_reset.module b/simple_pass_reset.module
index bcbab26..3639556 100644
--- a/simple_pass_reset.module
+++ b/simple_pass_reset.module
@@ -128,6 +128,8 @@ function simple_pass_reset_form_user_profile_form_alter(&$form, &$form_state) {
       }
     }
 
+    drupal_alter(__FUNCTION__, $form);
+
     // This is to avoid a PHP Notice in user_profile_form_submit().  https://www.drupal.org/node/2111293#comment-9262499
     if (empty($_SESSION)) {
       $_SESSION = array('simple_pass_reset' => TRUE);
