Disable initial email verification.
This commit is contained in:
@@ -47,9 +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>
|
||||
<small class="form-text text-muted">We'll send a verification link to this address</small>
|
||||
<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 and notifications</small>
|
||||
</div>
|
||||
|
||||
<div class="form-group input-icon">
|
||||
@@ -80,7 +80,7 @@
|
||||
</div>
|
||||
|
||||
<div class="verification-notice">
|
||||
<p>📨 After registration, you'll need to verify your email address before you can log in.</p>
|
||||
<p>💡 You can register without an email, but we recommend adding one later for account recovery.</p>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user