koleror / django-admin-views

Easily link custom admin views and direct URLs into the Django admin
BSD 3-Clause "New" or "Revised" License
187 stars 33 forks source link

remove data from field password in manage user view #36

Open antuaneacion opened 4 years ago

antuaneacion commented 4 years ago

I made my app with django-admin site, in the user managment when i create an user and later going to the view for add the other fields. i want to remove this, or at least change the message imagen in the field password, remove this ´´ algoritmo: pbkdf2_sha256 iteraciones: 150000 sal: 6jFcXk** función resumen: 3bM6EG** ´´

koleror commented 1 year ago

That's something standard with django. What's the link with the plugin?