Monday, July 1, 2019

Unauthenticated one time edit form/url

Context:
I have a booking system which is in a call centre. 
Clients call in and give their details (name address phone email)
these details are stored in a Client Model
When they make a booking over the phone it is associated to the entry in the Booking Model. 

Problem:
I'd like to add a form on a single page webapp that takes a email address and sends a one time url to an edit form for the booking via email to the client.
Has anyone implemented something like this.
I looked at https://simpleisbetterthancomplex.com/tutorial/2016/08/24/how-to-create-one-time-link.html
but I require that there is no User in the database only Client. 

 
 

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/e92add55-fef0-4fbd-82a4-bac7ffdd2b99%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment