--
You received this message because you are subscribed to the Google Groups "Django REST framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-rest-fram...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-rest-framework/90a9058d-983f-44b4-bf49-dfc57dee0f53%40googlegroups.com.
The html page you see is likely a django template in that project `django-rest-auth` . You should be able to locate and edit that template to your need.Alternatively, you can write your own endpoint for verification.
On Apr 13, 2020, at 13:31, Opeyemi Odedeyi <opeyemi...@gmail.com> wrote:
good day, I am using Django-rest-auth package in a project I am building. I have email verification set to mandatory and it expires within 2 days.My issue is that after I try using the link after it has expired, I get a weird browser error message saying```NoReverseMatch at /api/signup/account-confirm-email/MQ:1j3qDl:rdNt45LkoDhdHsE_OUDFQqW95TY/Reverse for 'account_login' is not a valid view function or pattern name```I would like to get either a redirect to a verification email URL on my api or JSON response message instead, saying that it has expired. Please how do I go about this?PLEASE NOTE: I am using django-rest-auth--
You received this message because you are subscribed to the Google Groups "Django REST framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-rest-framework+unsub...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to django-rest-fram...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-rest-framework/fbf128db-3509-480e-9e03-8f11fa250945%40googlegroups.com.