mirror of
https://github.com/getgrav/grav.git
synced 2026-07-08 10:42:08 +02:00
Merge branch 'fix/GHSA-4cwq-j7jv-qmwg-title-email-leak' into 1.8
This commit is contained in:
@@ -72,7 +72,7 @@ config:
|
||||
# Edit view
|
||||
edit:
|
||||
title:
|
||||
template: "{{ form.value('fullname') ?? form.value('username') }} <{{ form.value('email') }}>"
|
||||
template: "{{ form.value('fullname') ?? form.value('username') }}"
|
||||
|
||||
# Configure view
|
||||
configure:
|
||||
|
||||
Reference in New Issue
Block a user