Hello, I use userena to manage signups and profiles. It works fine and users can set up their avatar in the profile but I'd like them to set it up during signup time. When they register they need to fill username, email, password and sometimes other basic stuffs needed to create a user account. I'd like to add the avatar (mugshot) to that list. What would be the way to go?
I am trying to inherit the signup form as shown in the userena FAQ (http://docs.django-userena.org/en/latest/faq.html#how-do-i-add-extra-fields-to-forms) to add the avatar there but I don't know: A) if it's a good option and B) how to render the mugshot (ThumbnailerImageField) in a form (tried forms.ImageField without success). Any help is welcome! Bastian -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/V-eLSU6V4qQJ. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.