Skip to content

Commit

Permalink
Deploying to gh-pages from @ 2581650 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Oct 30, 2024
1 parent f15db48 commit d4d126b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions en/docs/access/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ <h1 class="me-3">Permissions</h1>
<a href="#roles">Roles</a>
</li>
<li class="anchor-h2">
<a href="#admin-creation">Admin Creation</a>
<a href="#creating-an-admin-user-via-console">Creating an Admin User via Console</a>
</li>
<li class="anchor-h2">
<a href="#add-your-own-permissions">Add Your Own Permissions</a>
Expand Down Expand Up @@ -456,8 +456,8 @@ <h2><a href='#roles' id='roles'>Roles</a></h2>
<pre><code class="language-php">// Returns all users with this role.
$role-&gt;getUsers();
</code></pre>
<h2><a href='#admin-creation' id='admin-creation'>Admin Creation</a></h2>
<p>To create a user with the maximum (at the time of creation) rights, run the following command:</p>
<h2><a href='#creating-an-admin-user-via-console' id='creating-an-admin-user-via-console'>Creating an Admin User via Console</a></h2>
<p>To create a user with the maximum (at the time of creation) permissions, run the following command:</p>
<pre><code class="language-php">php artisan orchid:admin nickname [email protected] secretpassword
</code></pre>
<p>To give the existing user the maximum permissions, run with the <code>--id</code> option:</p>
Expand Down

0 comments on commit d4d126b

Please sign in to comment.