mirror of
https://github.com/lucaspalomodevelop/opnsense-core.git
synced 2026-03-13 00:07:27 +00:00
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:
parent
d0825d298e
commit
0759133373
@ -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"/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user