Specify that we need email because contact

This commit is contained in:
Arya Kiran 2022-07-07 18:31:16 +05:30
parent 53bbd047ec
commit de61b768a0
No known key found for this signature in database
GPG Key ID: 3A6EA2D0EE314EEF
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@
<input type="password" name="password1">
<span class="red">* <?php echo $password1_err; ?></span></p>
<p>E-mail <span class="red">* <?php echo $email_err; ?></span>
<p>E-mail (We need one so we can contact you) <span class="red">* <?php echo $email_err; ?></span>
<input type="text" name="email"></p>
<p>SSH public keys (newline separated) <span class="red">* <?php echo $ssh_err; ?></span><br>