Giter Club home page Giter Club logo

Comments (3)

foo290 avatar foo290 commented on May 30, 2024

Hello, I'm sorry if the documentation was not helpful, I'll try to update them in my free time.
Meanwhile, for your issue, the email and token are acquired by the old link that has been sent, the process is:

  • You click on an old link
  • It will check if the link is still valid or not
  • if not valid and you have not exceeded the max resend limit (which is set by you), then there will be a button to resend the link.
  • Only the number of times a link is sent to an email is saved to cooperate with the max allowed resending requests.
  • now those are URL encoded and you can find how are handled here
  • The process starts from getting those credentials from urls --> views --> emailhandler

from django-verify-email.

kirosharlequin avatar kirosharlequin commented on May 30, 2024

Thank you for getting back to me, what I'm actually looking for though is the situation where say someone accidentally deletes the email before clicking the link, so there is no link any more
Is it possible to save the token or link in the link counter model?

from django-verify-email.

foo290 avatar foo290 commented on May 30, 2024

It is possible, but you'll have to do most of the work, as this is not included in the package :/

from django-verify-email.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.