grimmory auth

This commit is contained in:
2026-05-14 21:58:19 +02:00
parent cd950c29a6
commit fd1f515c09
2 changed files with 18 additions and 16 deletions
+16 -6
View File
@@ -225,10 +225,15 @@
class="textarea textarea-bordered w-full font-mono text-xs"
placeholder="Paste new key to replace. Leave empty to keep current."></textarea>
</div>
<div x-show="authMethod === 'password'">
<div x-show="authMethod === 'password'" x-data="{ show: false }">
<label class="label py-1"><span class="label-text text-xs">SSH password</span></label>
<input name="sftp_password" type="password" class="input input-bordered input-sm w-full"
placeholder="Leave empty to keep current" />
<div class="join w-full">
<input name="sftp_password" :type="show ? 'text' : 'password'"
class="input input-bordered input-sm join-item flex-1"
placeholder="Leave empty to keep current" />
<button type="button" class="btn btn-sm btn-outline join-item"
@click="show = !show" x-text="show ? 'Hide' : 'Show'"></button>
</div>
</div>
</div>
@@ -263,10 +268,15 @@
</div>
</div>
<div class="grid grid-cols-1 sm:grid-cols-2 gap-3">
<div class="form-control">
<div class="form-control" x-data="{ show: false }">
<label class="label py-1"><span class="label-text text-xs">Password</span></label>
<input name="grimmory_password" type="password" class="input input-bordered input-sm"
placeholder="Leave empty to keep current" />
<div class="join w-full">
<input name="grimmory_password" :type="show ? 'text' : 'password'"
class="input input-bordered input-sm join-item flex-1"
placeholder="Leave empty to keep current" />
<button type="button" class="btn btn-sm btn-outline join-item"
@click="show = !show" x-text="show ? 'Hide' : 'Show'"></button>
</div>
</div>
<div class="form-control">
<label class="label py-1">