File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 <input type="email" class="form-control" name="email"
2424 inputmode="email" autocomplete="email" placeholder="<?= lang ('Auth.email ' ) ?> "
2525 <?php /** @var \CodeIgniter\Shield\Entities\User $user */ ?>
26- value="<?= old ('email ' , $ user ->email ) ?> " required / >
26+ value="<?= old ('email ' , $ user ->email ) ?> " required>
2727 </div>
2828
2929 <div class="d-grid col-8 mx-auto m-3">
Original file line number Diff line number Diff line change 2121 <!-- Code -->
2222 <div class="mb-2">
2323 <input type="number" class="form-control" name="token" placeholder="000000"
24- inputmode="numeric" pattern="[0-9]*" autocomplete="one-time-code" required / >
24+ inputmode="numeric" pattern="[0-9]*" autocomplete="one-time-code" required>
2525 </div>
2626
2727 <div class="d-grid col-8 mx-auto m-3">
Original file line number Diff line number Diff line change 2121 <!-- Code -->
2222 <div class="form-floating mb-2">
2323 <input type="text" class="form-control" id="floatingTokenInput" name="token" placeholder="000000" inputmode="numeric"
24- pattern="[0-9]*" autocomplete="one-time-code" value="<?= old ('token ' ) ?> " required / >
24+ pattern="[0-9]*" autocomplete="one-time-code" value="<?= old ('token ' ) ?> " required>
2525 <label for="floatingTokenInput"><?= lang ('Auth.token ' ) ?> </label>
2626 </div>
2727
Original file line number Diff line number Diff line change 3333
3434 <!-- Email -->
3535 <div class="form-floating mb-3">
36- <input type="email" class="form-control" id="floatingEmailInput" name="email" inputmode="email" autocomplete="email" placeholder="<?= lang ('Auth.email ' ) ?> " value="<?= old ('email ' ) ?> " required / >
36+ <input type="email" class="form-control" id="floatingEmailInput" name="email" inputmode="email" autocomplete="email" placeholder="<?= lang ('Auth.email ' ) ?> " value="<?= old ('email ' ) ?> " required>
3737 <label for="floatingEmailInput"><?= lang ('Auth.email ' ) ?> </label>
3838 </div>
3939
4040 <!-- Password -->
4141 <div class="form-floating mb-3">
42- <input type="password" class="form-control" id="floatingPasswordInput" name="password" inputmode="text" autocomplete="current-password" placeholder="<?= lang ('Auth.password ' ) ?> " required / >
42+ <input type="password" class="form-control" id="floatingPasswordInput" name="password" inputmode="text" autocomplete="current-password" placeholder="<?= lang ('Auth.password ' ) ?> " required>
4343 <label for="floatingPasswordInput"><?= lang ('Auth.password ' ) ?> </label>
4444 </div>
4545
Original file line number Diff line number Diff line change 3030 <!-- Email -->
3131 <div class="form-floating mb-2">
3232 <input type="email" class="form-control" id="floatingEmailInput" name="email" autocomplete="email" placeholder="<?= lang ('Auth.email ' ) ?> "
33- value="<?= old ('email ' , auth ()->user ()->email ?? null ) ?> " required / >
33+ value="<?= old ('email ' , auth ()->user ()->email ?? null ) ?> " required>
3434 <label for="floatingEmailInput"><?= lang ('Auth.email ' ) ?> </label>
3535 </div>
3636
Original file line number Diff line number Diff line change 2929
3030 <!-- Email -->
3131 <div class="form-floating mb-2">
32- <input type="email" class="form-control" id="floatingEmailInput" name="email" inputmode="email" autocomplete="email" placeholder="<?= lang ('Auth.email ' ) ?> " value="<?= old ('email ' ) ?> " required / >
32+ <input type="email" class="form-control" id="floatingEmailInput" name="email" inputmode="email" autocomplete="email" placeholder="<?= lang ('Auth.email ' ) ?> " value="<?= old ('email ' ) ?> " required>
3333 <label for="floatingEmailInput"><?= lang ('Auth.email ' ) ?> </label>
3434 </div>
3535
3636 <!-- Username -->
3737 <div class="form-floating mb-4">
38- <input type="text" class="form-control" id="floatingUsernameInput" name="username" inputmode="text" autocomplete="username" placeholder="<?= lang ('Auth.username ' ) ?> " value="<?= old ('username ' ) ?> " required / >
38+ <input type="text" class="form-control" id="floatingUsernameInput" name="username" inputmode="text" autocomplete="username" placeholder="<?= lang ('Auth.username ' ) ?> " value="<?= old ('username ' ) ?> " required>
3939 <label for="floatingUsernameInput"><?= lang ('Auth.username ' ) ?> </label>
4040 </div>
4141
4242 <!-- Password -->
4343 <div class="form-floating mb-2">
44- <input type="password" class="form-control" id="floatingPasswordInput" name="password" inputmode="text" autocomplete="new-password" placeholder="<?= lang ('Auth.password ' ) ?> " required / >
44+ <input type="password" class="form-control" id="floatingPasswordInput" name="password" inputmode="text" autocomplete="new-password" placeholder="<?= lang ('Auth.password ' ) ?> " required>
4545 <label for="floatingPasswordInput"><?= lang ('Auth.password ' ) ?> </label>
4646 </div>
4747
4848 <!-- Password (Again) -->
4949 <div class="form-floating mb-5">
50- <input type="password" class="form-control" id="floatingPasswordConfirmInput" name="password_confirm" inputmode="text" autocomplete="new-password" placeholder="<?= lang ('Auth.passwordConfirm ' ) ?> " required / >
50+ <input type="password" class="form-control" id="floatingPasswordConfirmInput" name="password_confirm" inputmode="text" autocomplete="new-password" placeholder="<?= lang ('Auth.passwordConfirm ' ) ?> " required>
5151 <label for="floatingPasswordConfirmInput"><?= lang ('Auth.passwordConfirm ' ) ?> </label>
5252 </div>
5353
You can’t perform that action at this time.
0 commit comments