julianwachholz / django-guest-user

A Django app that allows visitors to interact with your site as a guest user without requiring registration.
https://django-guest-user.readthedocs.io/
MIT License
74 stars 12 forks source link

fix variable username field issue #9

Closed sudomopoy closed 1 year ago

sudomopoy commented 1 year ago

issue: when the user model was customized and the name of the username field was changed, it gave an error, and this problem was solved

julianwachholz commented 1 year ago

Great find @Mohsenpoureiny! I found another usage of the default username field here which I also updated to be more versatile. Thank you again for finding and reporting this.