Requesting a resend of verify code for a user that has not completed

registration will allow user to check and modify mobile number.

Registered (active) users will only be able to request resend to their
existing registered number.
This commit is contained in:
Adam Shimali
2016-06-13 16:06:13 +01:00
parent cdc900b7ef
commit 56c3401a39
3 changed files with 58 additions and 73 deletions

View File

@@ -23,7 +23,7 @@
) }}
{{ page_footer(
"Continue",
secondary_link=url_for('.verification_code_not_received'),
secondary_link=url_for('main.check_and_resend_text_code'),
secondary_link_text='Not received a text message?'
) }}
</form>