108536366: Implement register flow

Includes validation for gov.uk email address, mobile number with +44, password at least 10 char.
Form validation errors will be added to template in a later story.
User is created when form validates.
This commit is contained in:
Rebecca Law
2015-12-01 13:23:54 +00:00
parent f3c48b9133
commit 9e2cf2fa4c
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
import pytest
from _pytest.monkeypatch import monkeypatch
from sqlalchemy.schema import MetaData, DropConstraint
from app import create_app, db