S
S
sazhyk2016-06-16 09:41:20
Django
sazhyk, 2016-06-16 09:41:20

How to confirm registration on Django site by sms?

Good afternoon. Please tell me how to implement confirmation of registration on the site by SMS to the phone number specified by the user? I searched in the all-knowing, there were links to some old turnips on the github (commits 3 or more years ago). Maybe someone has done something similar and knows where to look. I would be grateful for any hints.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
intelligence, 2016-06-16
@intelligence

A simple model with a user<->passcode connection for sms, a target for sending messages in the background and recreating the task in case of problems with the sms gate. A couple of views for generating and verifying code.
A similar example\pieces of code can be found here:
https://github.com/sgurminder/django-passcode
atodorov.org/blog/2014/03/19/sms-pin-verification-...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question