Confirm email views
This commit is contained in:
parent
247a7f7489
commit
5926224d7e
11 changed files with 78 additions and 28 deletions
|
@ -1,4 +1,4 @@
|
|||
# Generated by Django 3.2.4 on 2021-08-06 21:41
|
||||
# Generated by Django 3.2.4 on 2021-08-06 23:24
|
||||
|
||||
import bookwyrm.models.base_model
|
||||
from django.db import migrations, models
|
||||
|
@ -11,6 +11,11 @@ class Migration(migrations.Migration):
|
|||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name="sitesettings",
|
||||
name="require_confirm_email",
|
||||
field=models.BooleanField(default=True),
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name="user",
|
||||
name="confirmation_code",
|
Loading…
Add table
Add a link
Reference in a new issue