sentier-dev / dds_registration

Django app for event registration and billing
MIT License
0 stars 1 forks source link

Issue #38: Using email as a username. #53

Closed lilliputten closed 7 months ago

lilliputten commented 7 months ago

Using email as a username, the email is syncing with the username field. Override RegistrationView, RegistrationForm, added EmailBackend for AUTHENTICATION_BACKENDS. Removed unused Profile, UpdateProfileForm, ProfileInline (temporarily remain commented for the testing period). Using single form for 'Edit profile' page. Using only email or username columns/fields in admin panel (shown email where it's possible). Other minor changes (added 'Back' buttons to some forms.)

lilliputten commented 7 months ago

@cmutel

I've found some issues here. Going to post updates later.