SEC-1650: Updates and corrections to tutorial sample to fit better with new tutorial.
This commit is contained in:
@@ -28,6 +28,7 @@ or if you've authenticated this session.
|
||||
<tr>
|
||||
<td><sec:authentication property='name' /></td><td><sec:authentication property="name"/></td>
|
||||
</tr>
|
||||
<sec:authorize access="isAuthenticated()">
|
||||
<tr>
|
||||
<td><sec:authentication property='principal.username' /></td><td><sec:authentication property="principal.username"/></td>
|
||||
</tr>
|
||||
@@ -37,6 +38,7 @@ or if you've authenticated this session.
|
||||
<tr>
|
||||
<td><sec:authentication property='principal.accountNonLocked' /></td><td><sec:authentication property="principal.accountNonLocked"/></td>
|
||||
</tr>
|
||||
</sec:authorize>
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user