'title'=>t('E-mail: "Welcome (new user created by administrator)" template'),
'value'=>t('Not configured'),
'severity'=>REQUIREMENT_ERROR,
'description'=>t('Replace the token <code>[user:name]</code> with <code>[user:name-raw]</code> in <a href="@people">e-mail</a> template.',array('@people'=>url('admin/config/people/accounts',array('fragment'=>'edit-email-admin-created')))),
'severity'=>REQUIREMENT_WARNING,
'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'),
'severity'=>REQUIREMENT_ERROR,
'description'=>t('Replace the token <code>[user:name]</code> with <code>[user:name-raw]</code> in <a href="@people">e-mail</a> template.',array('@people'=>url('admin/config/people/accounts',array('fragment'=>'edit-email-no-approval-required')))),
'severity'=>REQUIREMENT_WARNING,
'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')))),
'description'=>t('Replace the token <code>[user:name]</code> with <code>[user:name-raw]</code> in <a href="@people">e-mail</a> template.',array('@people'=>url('admin/config/people/accounts',array('fragment'=>'edit-email-activated')))),
'severity'=>REQUIREMENT_WARNING,
'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-activated')))),
form_error($element,t('The %element-title does not contain <code>[user:name-raw]</code> token.',array('%element-title'=>$element['#title'])));
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');