This is an automated email from the ASF dual-hosted git repository.
dixitdeepak pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/trunk by this push:
new fc6874dce4 Displayed user full name on fine user login screen
fc6874dce4 is described below
commit fc6874dce418e49a37bb9501b6b292b77a1703fc
Author: Deepak Dixit <[email protected]>
AuthorDate: Tue May 26 13:04:34 2026 +0530
Displayed user full name on fine user login screen
---
framework/common/widget/SecurityForms.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/framework/common/widget/SecurityForms.xml
b/framework/common/widget/SecurityForms.xml
index 47371f3040..fb40b4052d 100644
--- a/framework/common/widget/SecurityForms.xml
+++ b/framework/common/widget/SecurityForms.xml
@@ -222,6 +222,7 @@ under the License.
<parameter param-name="userLoginId"/>
</hyperlink>
</field>
+ <field name="userFullName" sort-field="true"><display/></field>
<field name="enabled" sort-field="true"><display/></field>
<field name="hasLoggedOut" sort-field="true"><display/></field>
<field name="disabledDateTime" sort-field="true"><display/></field>