changed role names to XXXX instead of ROLE_XXXX

This commit is contained in:
franck
2013-07-18 13:01:33 +02:00
parent 2c52df1034
commit 9a1ee565de
7 changed files with 8 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
{include file="includes/header.html"}
<div>
{loop type="auth" name="auth_test" context="front" roles="ROLE_CUSTOMER"}
{loop type="auth" name="auth_test" context="front" roles="CUSTOMER"}
<p>Customer is authentified :-)</p>
{/loop}