[control@x:~/Software/systemd]$ git log --reverse --patch --first-parent --grep="40954"
commit acb6624fa19ddd68f9433fb0838db119fe18c3ed
Merge: ba1caf070f 7a858878a0
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Wed Mar 18 23:04:03 2026 +0000
userdb: add birthDate field to JSON user records (#40954)
Add an optional field that can be used to store a user's birth date.
userdb already stores personal metadata (`emailAddress`, `realName`,
`location`) so `birthDate` is a natural fit.
diff --git a/docs/USER_RECORD.md b/docs/USER_RECORD.md
index 9d6d8c1d03..5335e145b5 100644
--- a/docs/USER_RECORD.md
+++ b/docs/USER_RECORD.md
@@ -273,6 +273,9 @@ This must be a string, and should follow the semantics defined in the
It's probably wise to use a location string processable by geo-location subsystems, but this is not enforced nor required.
Example: `Berlin, Germany` or `Basement, Room 3a`.