validators.EqualTo('confirm', message='Passwords must match')
])
confirm=PasswordField('Repeat Password')
accept_tos=BooleanField('I accept the <a href="/about/tos" target="blank">Terms of Service</a> and <a href="/about/privacy-policy" target="blank">Privacy Notice</a> (updated Jan 22, 2015)', [validators.Required()])