Skip to content

Commit

Permalink
Add Manual Edits Section
Browse files Browse the repository at this point in the history
- #7
  • Loading branch information
aljawaid committed Feb 3, 2023
1 parent 9e72149 commit 2c6a7f0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Template/config/manual-edits.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,20 @@
<code class="edit-code">'%s via My Workspace'</code>
</div>
</section>
<section class="m-edit-section">
<h3 class="m-edit-title">Changing the Application Name in the 2FA Security Page <span class="lead">- Optional</span></h3>
<p class="m-edit-desc">If your application uses, or any of your users have two-factor security enabled, complete the changes below. Your new application name will show in mobile authenticator apps which users use to login.</p>
<h4 class="">Change the application name <span class="lead">- Optional</span></h4>
<div class="m-edit-codeblock">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-file-earmark-code" viewBox="0 0 16 16">
<path d="M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5L14 4.5zm-3 0A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5h-2z"/><path d="M8.646 6.646a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L10.293 9 8.646 7.354a.5.5 0 0 1 0-.708zm-1.292 0a.5.5 0 0 0-.708 0l-2 2a.5.5 0 0 0 0 .708l2 2a.5.5 0 0 0 .708-.708L5.707 9l1.647-1.646a.5.5 0 0 0 0-.708z"/>
</svg> <i class="">Change from</i><br>
<a href="https://github.com/kanboard/kanboard/blob/main/config.default.php#L264-L271" class="" title="Opens in a new window" target="_blank" rel="noopener noreferrer">Line 264-271</a> in <kbd>/config.php</kbd><br>
<code class="edit-code">define('TOTP_ISSUER', 'Kanboard');</code>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-file-earmark-code-fill" viewBox="0 0 16 16">
<path d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM6.646 7.646a.5.5 0 1 1 .708.708L5.707 10l1.647 1.646a.5.5 0 0 1-.708.708l-2-2a.5.5 0 0 1 0-.708l2-2zm2.708 0 2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L10.293 10 8.646 8.354a.5.5 0 1 1 .708-.708z"/>
</svg> <i class="">Change to</i><br>
<code class="edit-code">define('TOTP_ISSUER', 'My Workspace');</code>
</div>
</section>
</div>

0 comments on commit 2c6a7f0

Please sign in to comment.