1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Added frontend support for a password field on setup

This commit is contained in:
Justin Suess 2019-01-28 20:03:54 -06:00
parent 0474bcfa8f
commit a72fce15a6
5 changed files with 20 additions and 3 deletions

View file

@ -16,6 +16,13 @@
<input is="emby-input" type="text" id="txtUsername" label="${LabelYourFirstName}" required="required" />
<div class="fieldDescription">${MoreUsersCanBeAddedLater}</div>
</div>
<div class="inputContainer">
<input is="emby-input" id="txtManualPassword" type="password" label="${LabelPassword}" />
<div class="fieldDescription">${LeaveBlankToNotSetAPassword}</div>
</div>
<div class="inputContainer">
<input is="emby-input" id="txtPasswordConfirm" type="password" label="${LabelPasswordConfirm}" />
</div>
</div>
<div class="wizardNavigation">