Vous ĂȘtes ici : Partie III > Chapitre 4 > App > Backend > Modules > Connexion > Views
<h2>Connexion</h2> <form action="" method="post"> <label>Pseudo</label> <input type="text" name="login" /><br /> <label>Mot de passe</label> <input type="password" name="password" /><br /><br /> <input type="submit" value="Connexion" /> </form>