Giter Club home page Giter Club logo

Comments (7)

foo290 avatar foo290 commented on May 30, 2024 1

probably not, haven't tried it but I guess not, this is majorly dependent on Django forms.

from django-verify-email.

snehilbanawal avatar snehilbanawal commented on May 30, 2024

Hello Developers,

I am registering the user in my app using a custom html form submission, Is there any way to use this tool in my app so that I can use this one?

Thankyou.

I am currently using this without django forms. Like so: send_verification_email(request,new_user).
I am encountering errors but it works. I have a custom user model and am initializing the new_user with User model object.

from django-verify-email.

akshith6212 avatar akshith6212 commented on May 30, 2024

Hello Developers,
I am registering the user in my app using a custom html form submission, Is there any way to use this tool in my app so that I can use this one?
Thankyou.

I am currently using this without django forms. Like so: send_verification_email(request,new_user).
I am encountering errors but it works. I have a custom user model and am initializing the new_user with User model object.

Oh that's great I will definitely try with that. Thankyou @snehilbanawal .

from django-verify-email.

pssolanki111 avatar pssolanki111 commented on May 30, 2024

@snehilbanawal Hey snehil, Mind explaining how you achieved it?

Do you mean you create a user object with your user model,

new_user = your_user_model.objects.create(whatever='val')

then pass that to send_verification_email like

send_verification_email(request,new_user)

from django-verify-email.

pssolanki111 avatar pssolanki111 commented on May 30, 2024

@foo290 also I was successfully able to override some methods and functions to make this work with User objects instead of forms. If that's something you'd like added to the lib, I can put together a PR.

from django-verify-email.

foo290 avatar foo290 commented on May 30, 2024

sure, we can just inspect if the passed object is of user object or form and proceed based on that. That'll make it work without Django forms without any need to override method.

from django-verify-email.

pssolanki111 avatar pssolanki111 commented on May 30, 2024

That'll make it work without Django forms without any need to override method.

oh of course, overriding is only necessary when I'm needing to make changes to it without modifying the source.

sure, we can just inspect if the passed object is of user object or form and proceed based on that

it's a very small change indeed. the function will also need a signature change to include email=None so that the view gets the email address because there is no form being passed. @foo290

P S: Great work on the lib BTW!!

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.