Merge pull request #640 from YouKnowBlom/setup-username-fix

Add a warning to user wizard reflecting the importance of usernames
This commit is contained in:
dkanada
2020-01-13 13:27:49 +09:00
committed by GitHub
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -1282,6 +1282,7 @@
"SearchForMissingMetadata": "Search for missing metadata",
"SearchForSubtitles": "Search for Subtitles",
"SearchResults": "Search Results",
"SelectAdminUsername": "Please select a username for the admin account.",
"SendMessage": "Send message",
"Series": "Series",
"SeriesCancelled": "Series cancelled.",
+3 -2
View File
@@ -7,8 +7,8 @@
<p style="margin-top:2em;">${UserProfilesIntro}</p>
<br />
<div class="inputContainer">
<input is="emby-input" type="text" id="txtUsername" label="${LabelYourFirstName}" required="required" />
<div class="fieldDescription">${MoreUsersCanBeAddedLater}</div>
<input is="emby-input" type="text" id="txtUsername" label="${LabelUsername}" required="required" />
<div class="fieldDescription">${SelectAdminUsername}</div>
</div>
<div class="inputContainer">
<input is="emby-input" id="txtManualPassword" type="password" label="${LabelPassword}" />
@@ -17,6 +17,7 @@
<div class="inputContainer">
<input is="emby-input" id="txtPasswordConfirm" type="password" label="${LabelPasswordConfirm}" />
</div>
<p>${MoreUsersCanBeAddedLater}</p>
</div>
<div class="wizardNavigation">