diff options
author | Simone <26844016+simonebortolin@users.noreply.github.com> | 2023-07-18 18:50:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-18 18:50:31 +0200 |
commit | c1b576d7667cdc1d1640e5081382e658b38e78d6 (patch) | |
tree | beb8c7b05ebd8d8ef8eb85853397b3b299e8aeda | |
parent | Update cig password URL (#250) (diff) | |
download | hack-gpon.github.io-c1b576d7667cdc1d1640e5081382e658b38e78d6.tar hack-gpon.github.io-c1b576d7667cdc1d1640e5081382e658b38e78d6.tar.gz hack-gpon.github.io-c1b576d7667cdc1d1640e5081382e658b38e78d6.tar.bz2 hack-gpon.github.io-c1b576d7667cdc1d1640e5081382e658b38e78d6.tar.lz hack-gpon.github.io-c1b576d7667cdc1d1640e5081382e658b38e78d6.tar.xz hack-gpon.github.io-c1b576d7667cdc1d1640e5081382e658b38e78d6.tar.zst hack-gpon.github.io-c1b576d7667cdc1d1640e5081382e658b38e78d6.zip |
Diffstat (limited to '')
-rw-r--r-- | _includes/cig_password.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/cig_password.html b/_includes/cig_password.html index 5f19314..33b24a5 100644 --- a/_includes/cig_password.html +++ b/_includes/cig_password.html @@ -1,7 +1,7 @@ <div> <form id="cig-password" novalidate> <div class="form-floating mb-3"> - <input type="text" class="form-control" placeholder="Serial Number" name="serial" id="serial" required pattern="[A-Z]{4}[0-9a-z]{8}"> + <input type="text" class="form-control" placeholder="Serial Number" name="serial" id="serial" required pattern="[0-9A-Za-z]{4}[0-9A-Fa-f]{8}"> <label for="serial" class="form-label">GPON S/N in format GPONabc12345</label> <div class="invalid-feedback"> Please provide a valid GPON S/N. |