You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bd...@apache.org on 2017/01/19 15:36:39 UTC

svn commit: r1779481 - /shiro/site/publish/configuration.html

Author: bdemers
Date: Thu Jan 19 15:36:39 2017
New Revision: 1779481

URL: http://svn.apache.org/viewvc?rev=1779481&view=rev
Log:
merged pr-7

Modified:
    shiro/site/publish/configuration.html

Modified: shiro/site/publish/configuration.html
URL: http://svn.apache.org/viewvc/shiro/site/publish/configuration.html?rev=1779481&r1=1779480&r2=1779481&view=diff
==============================================================================
--- shiro/site/publish/configuration.html (original)
+++ shiro/site/publish/configuration.html Thu Jan 19 15:36:39 2017
@@ -588,7 +588,7 @@ sha256Matcher.storedCredentialsHexEncode
 </code></pre>
 <a name="Configuration-%5Croles%5C"></a>
 <h4>[roles]</h4>
-<p>The <code>**[roles]**</code> section allows you to associate <a href="permissions.html" title="Permissions">Permissions</a> with the roles defined in the [users] section. Again, this is useful in environments with a small number of roles or where roles don&rsquo;t need to be created dynamically at runtime. Here&rsquo;s an example:</p>
+<p>The <strong><code>[roles]</code></strong> section allows you to associate <a href="permissions.html" title="Permissions">Permissions</a> with the roles defined in the [users] section. Again, this is useful in environments with a small number of roles or where roles don&rsquo;t need to be created dynamically at runtime. Here&rsquo;s an example:</p>
 <pre><code class="ini">[roles]
 # &#39;admin&#39; role has all permissions, indicated by the wildcard &#39;*&#39;
 admin = *