#1352: UserPasswordDO.kt

projectforge-business/src/main/kotlin/org/projectforge/framework/persistence/user/entities/UserPasswordDO.kt JPA Entity, projectforge-business/src/main/kotlin/org/projectforge/framework/persistence/user/entities/UserPasswordDO.kt 103 lines · 54 code · 39 comments · 10 blank
JPA entity storing user password history entries. Records hashed passwords, salt, timestamp, and algorithm used. Supports password policy enforcement by preventing reuse of recent passwords.

Git History

868d6abb7 2025 -> 2026
63081666f Source file headers: 2024-> 2025.