Files
Grav/system
Andy Miller 0c38968c58 Fix email disclosure in user edit page title (GHSA-4cwq-j7jv-qmwg)
Security fix for IDOR-style information disclosure where the admin
email address was leaked in the <title> tag even on 403 Forbidden
responses.

The edit view title template previously included the email:
  {{ fullname ?? username }} <{{ email }}>

Now shows only the name/username without email:
  {{ fullname ?? username }}

This prevents low-privilege users from enumerating admin email
addresses by accessing /admin/accounts/users/{username} URLs.
2025-11-29 18:27:08 -07:00
..
2025-04-01 17:03:42 -06:00
2021-10-21 06:31:33 -06:00
2020-10-05 11:16:17 +03:00
2025-11-29 11:02:20 -07:00
2025-11-14 11:32:58 +00:00
2025-10-19 21:44:29 -06:00
2025-09-20 22:49:21 -06:00
2025-09-20 22:12:55 -06:00