diff --git a/workflow/engine/templates/users/users.js b/workflow/engine/templates/users/users.js
index e8834787c..dec62a2f7 100755
--- a/workflow/engine/templates/users/users.js
+++ b/workflow/engine/templates/users/users.js
@@ -406,7 +406,7 @@ Ext.onReady(function () {
items : [
{
id : 'USR_FIRSTNAME',
- fieldLabel : _('ID_FIRSTNAME'),
+ fieldLabel : " * " + _('ID_FIRSTNAME'),
xtype : 'textfield',
width : 260,
allowBlank : false
@@ -420,7 +420,7 @@ Ext.onReady(function () {
},
{
id : 'USR_USERNAME',
- fieldLabel : _('ID_USER_ID'),
+ fieldLabel : " * " + _('ID_USER_ID'),
xtype : 'textfield',
width : 260,
allowBlank : false,
@@ -459,7 +459,7 @@ Ext.onReady(function () {
},
{
id : 'USR_EMAIL',
- fieldLabel : _('ID_EMAIL'),
+ fieldLabel : " * " + _('ID_EMAIL'),
vtype : 'email',
xtype : 'textfield',
width : 260,