msgid "Get existing basic user name:"
msgstr "Get existing basic user name:"
+
+msgid "Generate new password"
+msgstr "Generate new password"
+
+msgid "Show/hide password"
+msgstr "Show/hide password"
msgid "Get existing basic user name:"
msgstr "Get existing basic user name:"
+
+msgid "Generate new password"
+msgstr "Generate new password"
+
+msgid "Show/hide password"
+msgstr "Show/hide password"
msgid "Get existing basic user name:"
msgstr "Pobierz nazwę istniejącego użytkownika:"
+
+msgid "Generate new password"
+msgstr "Generate new password"
+
+msgid "Show/hide password"
+msgstr "Show/hide password"
msgid "Get existing basic user name:"
msgstr "Get existing basic user name:"
+
+msgid "Generate new password"
+msgstr "Generate new password"
+
+msgid "Show/hide password"
+msgstr "Show/hide password"
msgid "Get existing basic user name:"
msgstr "Get existing basic user name:"
+
+msgid "Generate new password"
+msgstr "Generate new password"
+
+msgid "Show/hide password"
+msgstr "Show/hide password"
CssClass="w3-input w3-border"
/>
</div>
+ <a href="javascript:void(0)" onclick="var el = document.getElementById('<%=$this->UserPassword->ClientID%>'); el.type = el.type == 'text' ? 'password' : 'text'" title="<%[ Show/hide password ]%>"><i class="fa fa-eye"></i></a>
+ <a href="javascript:void(0)" onclick="document.getElementById('<%=$this->UserPassword->ClientID%>').value = document.getElementById('<%=$this->RetypeAPIBasicUserPassword->ClientID%>').value = get_random_string('ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_~!@#$%^&*()_+}{|?[]\\/.,', 10); return false;" title="<%[ Generate new password ]%>"><i class="fas fa-random"></i></a>
</div>
<div class="w3-row directive_field">
<div class="w3-col w3-third"><com:TLabel ForControl="UserRoles" Text="<%[ Roles: ]%>"/></div>
Display="Dynamic"
/>
</div> <i id="api_basic_user_password_req" class="fa fa-asterisk w3-text-red opt_req"></i>
- <a href="javascript:void(0)" onclick="var el = document.getElementById('<%=$this->APIBasicUserPassword->ClientID%>'); el.type = el.type == 'text' ? 'password' : 'text'"><i class="fa fa-eye"></i></a>
- <a href="javascript:void(0)" onclick="document.getElementById('<%=$this->APIBasicUserPassword->ClientID%>').value = document.getElementById('<%=$this->RetypeAPIBasicUserPassword->ClientID%>').value = get_random_string('ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_~!@#$%^&*()_+}{|?[]\\/.,', 40); return false;" class="w3-text-black"><%[ generate ]%></a>
+ <a href="javascript:void(0)" onclick="var el = document.getElementById('<%=$this->APIBasicUserPassword->ClientID%>'); el.type = el.type == 'text' ? 'password' : 'text'" title="<%[ Show/hide password ]%>"><i class="fa fa-eye"></i></a>
+ <a href="javascript:void(0)" onclick="document.getElementById('<%=$this->APIBasicUserPassword->ClientID%>').value = document.getElementById('<%=$this->RetypeAPIBasicUserPassword->ClientID%>').value = get_random_string('ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_~!@#$%^&*()_+}{|?[]\\/.,', 40); return false;" title="<%[ Generate new password ]%>"><i class="fas fa-random"></i></a>
</div>
<div class="w3-row directive_field">
<div class="w3-col w3-third"><com:TLabel ForControl="RetypeAPIBasicUserPassword" Text="<%[ Retype password: ]%>" /></div>
Text="<%[ Passwords must be the same. ]%>"
/>
</div> <i id="api_basic_user_retype_password_req" class="fa fa-asterisk w3-text-red opt_req"></i>
- <a href="javascript:void(0)" onclick="var el = document.getElementById('<%=$this->RetypeAPIBasicUserPassword->ClientID%>'); el.type = el.type == 'text' ? 'password' : 'text'"><i class="fa fa-eye"></i></a>
+ <a href="javascript:void(0)" onclick="var el = document.getElementById('<%=$this->RetypeAPIBasicUserPassword->ClientID%>'); el.type = el.type == 'text' ? 'password' : 'text'" title="<%[ Show/hide password ]%>"><i class="fa fa-eye"></i></a>
</div>
<div class="w3-row directive_field" id="api_basic_user_bconsole_create">
AutoTrim="true"
/> <i class="fa fa-asterisk w3-text-red directive_required" style="visibility: <%=$this->getRequired() ? 'visible' : 'hidden'%>;"></i>
<i class="fas fa-info-circle help_icon w3-text-green" style="display: <%=($this->doc ? 'inline-block': 'none')%>;" onclick="var h = $(this).nextAll('div.directive_help'); var disp = h.get(0).style.display; $('div.directive_help').slideUp('fast'); if (disp == 'none') { h.slideDown('fast'); }"></i>
- <a href="javascript:void(0)" onclick="var el = document.getElementById('<%=$this->Directive->ClientID%>'); el.type = el.type == 'text' ? 'password' : 'text'"><i class="fa fa-eye"></i></a>
+ <a href="javascript:void(0)" onclick="var el = document.getElementById('<%=$this->Directive->ClientID%>'); el.type = el.type == 'text' ? 'password' : 'text'" title="<%[ Show/hide password ]%>"><i class="fa fa-eye"></i></a>
+ <a href="javascript:void(0)" onclick="document.getElementById('<%=$this->Directive->ClientID%>').value = get_random_string('ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-\/_', 40); return false;" title="<%[ Generate new password ]%>"><i class="fas fa-random"></i></a>
<i class="fa fa-undo reset_btn<%=!$this->ShowResetButton ? ' hide' : ''%>" onclick="document.getElementById('<%=$this->Directive->ClientID%>').value = '<%=$this->getDefaultValue() === 0 ? '' : $this->getDefaultValue()%>';" alt="<%[ Reset to default value ]%>" title="<%[ Reset to default value ]%>"></i>
<i class="fa fa-trash-alt remove_btn<%=!$this->ShowRemoveButton ? ' hide' : ''%>" onclick="document.getElementById('<%=$this->Directive->ClientID%>').value = '';" alt="<%[ Remove directive ]%>" title="<%[ Remove directive ]%>"></i>
<com:TRequiredFieldValidator