You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 line
572B

  1. <?php
  2. use yii\helpers\Html;
  3. ?>
  4. <p>Bonjour <?= Html::encode($user->prenom); ?>,</p>
  5. <p>Votre producteur <strong><?= Html::encode($etablissement->nom); ?></strong> vient
  6. de créer un compte pour vous sur le site <a href="http://www.laboiteapain.net/">La boîte à pain</a>.</p>
  7. <p><strong>Ce compte vous permet de passer vos commandes dans cet établissement.</strong></p>
  8. <p>Voci vos identifiants de connexion :<br />
  9. Identifiant : <strong><?= Html::encode($user->email); ?></strong><br />
  10. Mot de passe : <strong><?= $password ?></strong></p>
  11. <p>À bientôt.</p>