Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…iosif.peterfi
  • Loading branch information
Brendon Crawford committed Jan 21, 2012
1 parent aed4cbc commit b6228d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ajax_ui/ajax_ui.module
Expand Up @@ -125,7 +125,8 @@ function ajax_ui_types_user() {
return array(
'user_login' => t('User Login'),
'user_edit' => t('User Edit'),
'user_register' => t('User Register')
'user_register' => t('User Register'),
'user_pass' => t('Reset Password')
);
}

Expand Down

0 comments on commit b6228d0

Please sign in to comment.