2019-01-23 04:33:34 -07:00
|
|
|
<div id="userPasswordPage" data-role="page" class="page type-interior userPasswordPage">
|
2014-10-29 15:01:02 -07:00
|
|
|
|
2017-05-06 12:42:17 -07:00
|
|
|
<div>
|
2016-03-15 22:33:31 -07:00
|
|
|
<div class="content-primary">
|
2018-09-12 10:26:21 -07:00
|
|
|
<div class="verticalSection">
|
|
|
|
<div class="sectionTitleContainer flex align-items-center">
|
|
|
|
<h2 class="sectionTitle username"></h2>
|
2018-12-29 14:29:09 -07:00
|
|
|
<a is="emby-linkbutton" class="raised button-alt headerHelpButton" target="_blank" href="https://web.archive.org/web/20181216120305/https://github.com/MediaBrowser/Wiki/wiki/Users">${Help}</a>
|
2018-09-12 10:26:21 -07:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
|
2017-06-28 12:25:44 -07:00
|
|
|
<a is="emby-linkbutton" href="#" data-role="button" onclick="Dashboard.navigate('useredit.html', true);">${TabProfile}</a>
|
|
|
|
<a is="emby-linkbutton" href="#" data-role="button" onclick="Dashboard.navigate('userlibraryaccess.html', true);">${TabAccess}</a>
|
|
|
|
<a is="emby-linkbutton" href="#" data-role="button" onclick="Dashboard.navigate('userparentalcontrol.html', true);">${TabParentalControl}</a>
|
|
|
|
<a is="emby-linkbutton" href="#" data-role="button" onclick="Dashboard.navigate('userpassword.html', true);" class="ui-btn-active">${TabPassword}</a>
|
2016-03-15 22:33:31 -07:00
|
|
|
</div>
|
2014-12-26 10:45:06 -07:00
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
<div class="readOnlyContent">
|
2016-06-21 21:39:47 -07:00
|
|
|
<form class="updatePasswordForm passwordSection hide" style="margin: 0 auto 2em;">
|
2015-01-31 20:29:26 -07:00
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
<div class="detailSection">
|
2016-06-21 21:39:47 -07:00
|
|
|
<div id="fldCurrentPassword" class="inputContainer hide">
|
2016-06-11 09:34:00 -07:00
|
|
|
<input is="emby-input" type="password" id="txtCurrentPassword" label="${LabelCurrentPassword}" autocomplete="off" />
|
|
|
|
</div>
|
|
|
|
<div class="inputContainer">
|
|
|
|
<input is="emby-input" type="password" id="txtNewPassword" label="${LabelNewPassword}" autocomplete="off" />
|
|
|
|
</div>
|
|
|
|
<div class="inputContainer">
|
|
|
|
<input is="emby-input" type="password" id="txtNewPasswordConfirm" label="${LabelNewPasswordConfirm}" autocomplete="off" />
|
|
|
|
</div>
|
|
|
|
<br />
|
|
|
|
<div>
|
2016-09-18 09:08:32 -07:00
|
|
|
<button is="emby-button" type="submit" class="raised button-submit block"><span>${ButtonSave}</span></button>
|
2016-09-09 12:11:44 -07:00
|
|
|
<button is="emby-button" type="button" id="btnResetPassword" class="raised button-cancel block hide">
|
2016-08-10 20:55:44 -07:00
|
|
|
<span>${ButtonResetPassword}</span>
|
|
|
|
</button>
|
2015-01-31 20:29:26 -07:00
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
<br />
|
2016-06-21 21:39:47 -07:00
|
|
|
<form class="localAccessForm localAccessSection" style="margin: 0 auto;">
|
2016-03-15 22:33:31 -07:00
|
|
|
<div class="detailSection">
|
|
|
|
<div class="detailSectionHeader">
|
|
|
|
${HeaderEasyPinCode}
|
|
|
|
</div>
|
2016-06-11 09:34:00 -07:00
|
|
|
<br />
|
|
|
|
<div>${EasyPasswordHelp}</div>
|
|
|
|
<br />
|
|
|
|
<div class="inputContainer">
|
|
|
|
<input is="emby-input" type="number" id="txtEasyPassword" label="${LabelEasyPinCode}" autocomplete="off" pattern="[0-9]*" step="1" maxlength="5" />
|
|
|
|
</div>
|
|
|
|
<br />
|
2016-08-05 12:34:10 -07:00
|
|
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
2016-06-21 21:39:47 -07:00
|
|
|
<label>
|
|
|
|
<input type="checkbox" is="emby-checkbox" class="chkEnableLocalEasyPassword" />
|
|
|
|
<span>${LabelInNetworkSignInWithEasyPassword}</span>
|
|
|
|
</label>
|
|
|
|
<div class="fieldDescription checkboxFieldDescription">${LabelInNetworkSignInWithEasyPasswordHelp}</div>
|
2016-06-11 09:34:00 -07:00
|
|
|
</div>
|
|
|
|
<div>
|
2016-09-09 12:11:44 -07:00
|
|
|
<button is="emby-button" type="submit" class="raised button-submit block">
|
2016-08-10 20:55:44 -07:00
|
|
|
<span>${ButtonSave}</span>
|
|
|
|
</button>
|
2016-09-09 12:11:44 -07:00
|
|
|
<button is="emby-button" type="button" id="btnResetEasyPassword" class="raised button-cancel block hide">
|
2016-08-10 20:55:44 -07:00
|
|
|
<span>${ButtonResetEasyPassword}</span>
|
|
|
|
</button>
|
2015-01-31 20:29:26 -07:00
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
</div>
|
|
|
|
</form>
|
2014-10-29 15:01:02 -07:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
</div>
|