fix: Postgres root passwor shown and set

This commit is contained in:
Andras Bacsai
2022-04-09 13:26:00 +02:00
parent a5f1b4b675
commit e92775887d
2 changed files with 14 additions and 0 deletions

View File

@@ -21,6 +21,19 @@
bind:value={database.defaultDatabase}
/>
</div>
<div class="grid grid-cols-2 items-center">
<label for="rootUser" class="text-base font-bold text-stone-100"
>Root (postgres) User Password</label
>
<CopyPasswordField
readonly
disabled
placeholder="Generated automatically after start"
id="rootUserPassword"
name="rootUserPassword"
value={database.rootUserPassword}
/>
</div>
<div class="grid grid-cols-2 items-center">
<label for="dbUser" class="text-base font-bold text-stone-100">User</label>
<CopyPasswordField