Show invalid email status for invites in frontend
Introduces the invalid field on the Identity model. The field is used to indicate that the Identity is in invalid. This is useful when a value is not a working value, even though the value passes validation checks, like unused national id numbers, emails tied to non-existing domains, etc. Resolves: GREG-252
parent
8b2effcc
No related branches found
No related tags found
Showing
- frontend/public/locales/en/common.json 2 additions, 1 deletionfrontend/public/locales/en/common.json
- frontend/public/locales/nb/common.json 2 additions, 1 deletionfrontend/public/locales/nb/common.json
- frontend/public/locales/nn/common.json 2 additions, 1 deletionfrontend/public/locales/nn/common.json
- frontend/src/routes/sponsor/frontpage/index.tsx 16 additions, 3 deletionsfrontend/src/routes/sponsor/frontpage/index.tsx
- frontend/src/routes/sponsor/guest/guestInfo/index.tsx 3 additions, 0 deletionsfrontend/src/routes/sponsor/guest/guestInfo/index.tsx
- greg/migrations/0023_identity_invalid.py 18 additions, 0 deletionsgreg/migrations/0023_identity_invalid.py
- greg/models.py 16 additions, 0 deletionsgreg/models.py
- gregui/api/serializers/guest.py 4 additions, 0 deletionsgregui/api/serializers/guest.py
greg/migrations/0023_identity_invalid.py
0 → 100644
Please register or sign in to comment