updated elysia_cron, elfinder, metatag, libraries, email_registration, migrate, nodeform_cols

This commit is contained in:
2019-05-13 18:03:41 +02:00
parent e08a2639c6
commit 58cd990c8c
346 changed files with 8636 additions and 4770 deletions

View File

@@ -18,7 +18,7 @@ Optional steps:
the token !username with !mailto
3. This automatically generated username is still displayed name for posts,
comments, etc. You can allow your useres to change their username by
comments, etc. You can allow your users to change their username by
going to: (Administer -> User Management -> Access Control) and granting
the permission to "change own username"
This privilege allows a user to change their username in "My Account".

View File

@@ -2,10 +2,10 @@ name = Email Registration
description = Allows users to register with an e-mail address as their username.
files[] = email_registration.test
core = 7.x
dependencies[] = user
; Information added by Drupal.org packaging script on 2015-10-05
version = "7.x-1.3"
; Information added by Drupal.org packaging script on 2018-12-12
version = "7.x-1.4"
core = "7.x"
project = "email_registration"
datestamp = "1444050240"
datestamp = "1544635385"

View File

@@ -221,10 +221,3 @@ function email_registration_user_login_validate($form, &$form_state) {
$form_state['values']['name'] = NULL;
}
}
/**
* Implements hook_form_FORM_ID_alter().
*/
function email_registration_form_user_profile_form_alter(&$form, &$form_state) {
$form['account']['name']['#title'] = t('Display name');
}