mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-06-21 23:58:21 +02:00
Confirm email addresses
This commit is contained in:
@ -0,0 +1,18 @@
|
||||
# Generated by Django 3.1.1 on 2020-09-22 16:56
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('registration', '0002_auto_20200921_1948'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='registration',
|
||||
name='email_confirmed',
|
||||
field=models.BooleanField(default=False, verbose_name='email confirmed'),
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user