mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-06 01:25:00 +02:00
Fixed #195
This commit is contained in:
parent
24ec6dd389
commit
b187816e3d
2 changed files with 19 additions and 8 deletions
|
@ -186,14 +186,7 @@
|
|||
{% else %}
|
||||
<div class="card-body">
|
||||
<h3 class="card-title">{{ __('WebAuthn Authentication') }}<span class="badge bg-red text-red-fg ms-2">{{ __('Disabled') }}</span></h3>
|
||||
<p>{{ __('WebAuthn is currently disabled for this installation. To enable WebAuthn authentication, follow these steps:') }}</p>
|
||||
<ol>
|
||||
<li>{{ __('Edit the environment configuration file located at:') }} <code>/var/www/cp/.env</code></li>
|
||||
<li>{{ __('Find or add the following line:') }}</li>
|
||||
<pre><code>WEB_AUTHN_ENABLED=true</code></pre>
|
||||
<li>{{ __('Save the changes and reload the server (Caddy) using the following command:') }}</li>
|
||||
<pre><code>sudo systemctl reload caddy</code></pre>
|
||||
</ol>
|
||||
<p>{{ __('WebAuthn is currently disabled for this installation. To enable WebAuthn authentication, please contact the registry administrator.') }}</p>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue