In Django, the default attributes for user: username password email first_name last_name
I would like to remove email, first_name, last_name and replace it with company
Is that possible ? Can someone show me the process of performing an authentication session with these 3 modified attributes: - company - username - password
Thanks.