How to change the "Username" to someother name(example Employee ID) in the log in page?

Honeywell JIRA Admin June 2, 2014

How to change the "Username" to someother name(example Employee ID) in the log in page?

I tried changing in the login-gadget.soy(below).But not succeeded.Anubody can help me out here?

<div class="field-group">

<label accesskey="u" for="login-form-username" id="usernamelabel">{getText('gadget.login.username', '<u>', '</u>')|noAutoescape}</label>
<input class="text medium-field" id="login-form-username" name="os_username" type="text">
</div>

2 answers

0 votes
Honeywell JIRA Admin June 2, 2014

it is not workign for me.I cleared the work diretory as well.

edited the property "gadget.login.username" from the JiraWebActionSupport.properties property file.

0 votes
Anoop Wilson
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 2, 2014

i edited the property "gadget.login.username" from the JiraWebActionSupport.properties property file.this fixed the issue

Suggest an answer

Log in or Sign up to answer