diff --git a/setup-password.html b/setup-password.html index 0b1d54e..b49949c 100644 --- a/setup-password.html +++ b/setup-password.html @@ -200,7 +200,7 @@ } async function init() { - if (!token || token.length !== 64 || !/^[a-f0-9]+$/i.test(token)) { + if (!token || token.length !== 96 || !/^[a-f0-9]+$/i.test(token)) { showError("Lien invalide ou incomplet."); return; }