You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
alert("Il s'agit d'un site de démonstration, votre compte n'existera que localement sur votre ordinateur. Vous pouvez utiliser l'adresse e-mail et le mot de passe de votre choix.");
18
-
letresponse={"ok": true,"resp": {"id": 1,"token": "Not a token","username": email.split("@")[0]}};
18
+
letresponse={"ok": true,"resp": {"id": 1,"token": "Not a token","username": username}};
19
19
console.log("response:",response);
20
20
console.log(`(register, before response) JSON response: ${JSON.stringify(response)}`);
Copy file name to clipboardExpand all lines: html/reset-password/index.html
+2-13Lines changed: 2 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -124,31 +124,20 @@
124
124
125
125
<body>
126
126
<mainclass="login_register_box">
127
+
<pstyle="background-color:yellow;color:black;">Ceci est un site de <strong>démonstration</strong>, vos données personnelles ne seront enregistré que sur votre ordinateur. Quel que soit l'e-mail <strong>et/ou</strong> le mot de passe la connexion <strong>fonctionnera</strong>.<br>Le boutton <strong>FranceConnect</strong> n'aura aucun effet, il est présent pour indiquer une fonctionnalité <strong>à venir</strong>.</p>
<h2>Réanitialiser mon mot de passe</h2><inputtype="password" id="registerPassword" placeholder="Mot de passe" required=""><inputtype="password" id="registerPasswordConfirmation" placeholder="Confirmer mot de passe" required=""><buttontype="submit" onclick="event.preventDefault();window.location.pathname = "/"">Mettre à jour</button>
0 commit comments