Auth/Users - add pwd_changed_at field so it won't be flushed when someone stores an item in the model.

This commit is contained in:
Ad Schellevis 2025-03-18 17:03:12 +01:00
parent d0825d298e
commit 0759133373

View File

@ -30,6 +30,8 @@
</shell>
<password type="UpdateOnlyTextField"/>
<scrambled_password type="BooleanField" volatile="true"/>
<!-- password policy constraints store last pwd change timestamp -->
<pwd_changed_at type="TextField"/>
<landing_page type="TextField"/>
<comment type="TextField"/>
<email type="TextField"/>