= t('The password has never been reinitialized.') ?>
| = t('Creation') ?> | = t('Expiration') ?> | = t('Active') ?> | = t('IP address') ?> | = t('User agent') ?> |
|---|---|---|---|---|
| = $this->dt->datetime($token['date_creation']) ?> | = $this->dt->datetime($token['date_expiration']) ?> | = $token['is_active'] == 0 ? t('No') : t('Yes') ?> | = $this->text->e($token['ip']) ?> | = $this->text->e($token['user_agent']) ?> |