You don't really need it native in Django because the User Model is
easily extensible - giving you or others the opportunity to extend it
as you see fit and to release it the world as fle has.

See here:

https://docs.djangoproject.com/en/1.7/topics/auth/customizing/#extending-the-existing-user-model


cheers
L.

On 2 December 2014 at 11:58, JJ Zolper <jzth...@gmail.com> wrote:
> Hey everyone,
>
> I'm just curious if anyone around the community has an interest in
> discussing the possibility of adding a "MultiEmailField" to Django?
>
> Here is what I found when roaming the internet:
>
> https://github.com/fle/django-multi-email-field
>
> Basically, the reason I care is because on my website I'm building the
> ability to manage multiple e-mails on the user's profile. So on sites of the
> caliber of facebook, google, twitter, and so on allow a person to have
> multiple e-mails listed. Then for example select which one they want to be
> their "primary" e-mail. My thoughts would be then which ever one my user
> selects I would copy that selection from the "multiple email field
> management view" to the django.auth.user "email" field. So basically
> whatever they pick on my management for multiple emails set that to the
> default email field on a Django user. That way for my code that uses the
> django auth user email field for login handling (with the password) it can
> verify if it shall allow that user to login. Again, this primary email is
> the center of the entire users interaction in terms of authentication and I
> am aiming to show them say a check mark next to which one they have chosen.
> The rest of the e-mail addresses could serve other purposes. For sites like
> facebook, google, etc they could be recovery email addresses, but for me I
> would check the extensions. So for what I'm doing I would check within the
> list of emails the user has if say it has the "vt.edu" extension if they
> were trying to join a college community and so on.
>
> So I think by now I've explained my reasoning behind wanting some sort of
> multiple email field. I would use it to set which email is the primary as
> well as allow them to add multiple emails to then verify their identities
> but also use some for recovery of an account for example.
>
> Does anyone agree with me that they would like to see this functionality
> native in Django?
>
> Thanks for your time,
>
> JJ Zolper
>
> --
> 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+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/c206b3ed-c434-456d-b978-b7fe67c8d0bd%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.



-- 
You have to be really clever to come up with a genuinely dangerous
thought. I am disheartened that people can be clever enough to do that
and not clever enough to do the obvious thing and KEEP THEIR IDIOT
MOUTHS SHUT about it, because it is much more important to sound
intelligent when talking to your friends.
This post was STUPID.
-----------------------------------------------------------------------------------------------------------
The Most Terrifying Thought Experiment of All Time
http://www.slate.com/articles/technology/bitwise/2014/07/roko_s_basilisk_the_most_terrifying_thought_experiment_of_all_time.html

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAGBeqiMiV_La2Q5KDU6k4Lse%2B-Jrvhwg3imBVuKQUx05L7_GVg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to