'title'=>t('E-mail: "Welcome (new user created by administrator)" template'),
'value'=>t('Not configured'),
...
...
@@ -59,7 +59,7 @@ function realname_requirements($phase) {
'description'=>t('Replace the token <code>[user:name]</code> with <code>[user:name-raw]</code> in <a href="@people">e-mail</a> template, if using username for login.',array('@people'=>url('admin/config/people/accounts',array('fragment'=>'edit-email-admin-created')))),
'title'=>t('E-mail: "Welcome (no approval required)" template'),
'value'=>t('Not configured'),
...
...
@@ -67,7 +67,7 @@ function realname_requirements($phase) {
'description'=>t('Replace the token <code>[user:name]</code> with <code>[user:name-raw]</code> in <a href="@people">e-mail</a> template, if using username for login.',array('@people'=>url('admin/config/people/accounts',array('fragment'=>'edit-email-no-approval-required')))),
drupal_set_message(t('The %element-title does not contain the <code>[user:name-raw]</code> token, which is necessary when using username for login when the Real Name module is enabled.',array('%element-title'=>$element['#title'])),'warning');