Changeset 101


Ignore:
Timestamp:
Apr 5, 2009, 2:46:36 PM (15 years ago)
Author:
gav
Message:

Remove hidden person.id field as it is not used due to not being secure.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/grails-app/views/appCore/changePassword.gsp

    r99 r101  
    2020                </g:hasErrors>
    2121
    22                 <div class="prop">
    23                         <span class="name">ID: ${personInstance.id}</span>
    24                 </div>
    25 
    2622                <g:form name="changePasswordForm" id="changePasswordForm">
    27             <input type="hidden" name="id" value="${personInstance?.id}" />
    2823                        <div class="dialog">
    2924                                <table>
Note: See TracChangeset for help on using the changeset viewer.