I never tried this, but maybe you can. Inherit the User model, then add two new lines:
class DerivedUser(User): ..... sr_usuario = username sr_password = password On Tue, 25 Oct 2022 at 05:14, Rafael Noronha <rafaelsnoron...@gmail.com> wrote: > Hello guys, > I'm not advanced in Django and would like to know how and if it's possible > to do it. > > I need to override Django's user model, and change the fields "username" > to "sr_usuario" and "password" to "sr_password", but I would like to > continue using all Django's default authentication scheme and permissions. > I want not only to change the description in the database or a label, I > want to change the name of the field in the model, for when for example I > needed to make a query, I would use > User.objects.filter(sr_usuario="user_name") and everything would work > usually. > > It's possible? I couldn't find anything in the documentation or on forums > I've searched. > > Thank you very much in advance! > > -- > 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 view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/101d09bb-b076-4e54-9cbc-776ff93c979fn%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/101d09bb-b076-4e54-9cbc-776ff93c979fn%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAFKhtoSA87sYcO8_0X%2BpW1Qj%3DOjBu43N08KcpPe7AtHkG19sNQ%40mail.gmail.com.