Disable initial email verification.
This commit is contained in:
@@ -47,8 +47,9 @@
|
||||
|
||||
<div class="form-group input-icon">
|
||||
<i>📧</i>
|
||||
<input type="email" id="email" name="email" class="form-control" placeholder="your@email.com" required>
|
||||
<label for="email">Email Address</label>
|
||||
<input type="email" id="email" name="email" class="form-control" placeholder="your@email.com (optional)">
|
||||
<label for="email">Email Address (Optional)</label>
|
||||
<small class="form-text text-muted">Recommended for account recovery</small>
|
||||
</div>
|
||||
|
||||
<div class="form-group input-icon">
|
||||
|
||||
Reference in New Issue
Block a user