Refactor license management and remove unused features
- Removed the JWT authentication setup and related access token handling. - Deleted the test license activation functionality and associated routes. - Removed the admin license management interface and related templates. - Cleaned up the appointments page by removing test license options. - Updated various templates to reflect changes in terminology from "license" to "instance". - Removed the verify module and its associated functions for license key management. - Deleted unused templates related to license management. - Added a new empty JSON file for licenses backup.
This commit is contained in:
@@ -123,15 +123,6 @@
|
||||
</form>
|
||||
<a class="action-link" href="{{ url_for('admin_download_core_logs') }}">Core-Logs herunterladen</a>
|
||||
</div>
|
||||
|
||||
<h2 style="margin-top: 1rem;">Backup-Export / Einspielen</h2>
|
||||
<div class="actions">
|
||||
<a class="action-link" href="{{ url_for('download_backup') }}">Lizenz-Backup exportieren</a>
|
||||
<form method="post" action="{{ url_for('upload_backup') }}" enctype="multipart/form-data" class="inline-restore-form">
|
||||
<input type="file" name="file" accept=".json,application/json" required>
|
||||
<button type="submit">Lizenz-Backup einspielen</button>
|
||||
</form>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="panel logs-panel">
|
||||
|
||||
Reference in New Issue
Block a user