Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Zvonimir
ISPConfig 3
Commits
71c74b1b
Commit
71c74b1b
authored
Mar 08, 2014
by
Till Brehm
Browse files
Fixed: FS#3372 - Web browser password autofill function overwrites settings
parent
a80ae199
Changes
4
Hide whitespace changes
Inline
Side-by-side
interface/web/admin/templates/server_config_mail_edit.htm
View file @
71c74b1b
...
...
@@ -57,11 +57,11 @@
</div>
<div
class=
"ctrlHolder"
>
<label
for=
"relayhost_user"
>
{tmpl_var name='relayhost_user_txt'}
</label>
<input
name=
"relayhost_user"
id=
"relayhost_user"
value=
"{tmpl_var name='relayhost_user'}"
size=
"40"
maxlength=
"255"
type=
"text"
class=
"textInput formLengthHalf"
autocomplete=
"off"
/>
<input
name=
"relayhost_user"
id=
"relayhost_user"
value=
"{tmpl_var name='relayhost_user'}"
size=
"40"
maxlength=
"255"
type=
"text"
autocomplete=
"off"
class=
"textInput formLengthHalf"
autocomplete=
"off"
/>
</div>
<div
class=
"ctrlHolder"
>
<label
for=
"relayhost_password"
>
{tmpl_var name='relayhost_password_txt'}
</label>
<input
name=
"relayhost_password"
id=
"relayhost_password"
value=
"{tmpl_var name='relayhost_password'}"
size=
"40"
maxlength=
"255"
type=
"password"
class=
"textInput formLengthHalf"
autocomplete=
"off"
/>
<input
name=
"relayhost_password"
id=
"relayhost_password"
value=
"{tmpl_var name='relayhost_password'}"
size=
"40"
maxlength=
"255"
type=
"password"
autocomplete=
"off"
class=
"textInput formLengthHalf"
autocomplete=
"off"
/>
</div>
<div
class=
"ctrlHolder"
>
<label
for=
"mailbox_size_limit"
>
{tmpl_var name='mailbox_size_limit_txt'}
</label>
...
...
interface/web/admin/templates/software_repo_edit.htm
View file @
71c74b1b
...
...
@@ -15,11 +15,11 @@
</div>
<div
class=
"ctrlHolder"
>
<label
for=
"repo_username"
>
{tmpl_var name='repo_username_txt'}
</label>
<input
name=
"repo_username"
id=
"repo_username"
value=
"{tmpl_var name='repo_username'}"
size=
"30"
maxlength=
"30"
type=
"text"
class=
"textInput formLengthHalf"
/>
<input
name=
"repo_username"
id=
"repo_username"
value=
"{tmpl_var name='repo_username'}"
size=
"30"
maxlength=
"30"
type=
"text"
autocomplete=
"off"
class=
"textInput formLengthHalf"
/>
</div>
<div
class=
"ctrlHolder"
>
<label
for=
"repo_password"
>
{tmpl_var name='repo_password_txt'}
</label>
<input
name=
"repo_password"
id=
"repo_password"
value=
"{tmpl_var name='repo_password'}"
size=
"30"
maxlength=
"30"
type=
"password"
class=
"textInput formLengthHalf"
/>
<input
name=
"repo_password"
id=
"repo_password"
value=
"{tmpl_var name='repo_password'}"
size=
"30"
maxlength=
"30"
type=
"password"
autocomplete=
"off"
class=
"textInput formLengthHalf"
/>
</div>
<div
class=
"ctrlHolder"
>
<p
class=
"label"
>
{tmpl_var name='active_txt'}
</p>
...
...
interface/web/admin/templates/system_config_mail_edit.htm
View file @
71c74b1b
...
...
@@ -55,11 +55,11 @@
</div>
<div
class=
"ctrlHolder"
>
<label
for=
"smtp_user"
>
{tmpl_var name='smtp_user_txt'}
</label>
<input
name=
"smtp_user"
id=
"smtp_user"
value=
"{tmpl_var name='smtp_user'}"
size=
"30"
maxlength=
"255"
type=
"text"
class=
"textInput"
/>
<input
name=
"smtp_user"
id=
"smtp_user"
value=
"{tmpl_var name='smtp_user'}"
size=
"30"
maxlength=
"255"
type=
"text"
autocomplete=
"off"
class=
"textInput"
/>
</div>
<div
class=
"ctrlHolder"
>
<label
for=
"smtp_pass"
>
{tmpl_var name='smtp_pass_txt'}
</label>
<input
name=
"smtp_pass"
id=
"smtp_pass"
value=
""
size=
"30"
maxlength=
"255"
type=
"password"
class=
"textInput"
/>
<input
name=
"smtp_pass"
id=
"smtp_pass"
value=
""
size=
"30"
maxlength=
"255"
type=
"password"
autocomplete=
"off"
class=
"textInput"
/>
</div>
<div
class=
"ctrlHolder"
>
<label
for=
"smtp_crypt"
>
{tmpl_var name='smtp_crypt_txt'}
</label>
...
...
interface/web/sites/templates/web_domain_stats.htm
View file @
71c74b1b
...
...
@@ -19,7 +19,7 @@
</div>
<div
class=
"ctrlHolder"
>
<label
for=
"stats_password"
>
{tmpl_var name='stats_password_txt'}
</label>
<input
name=
"stats_password"
id=
"stats_password"
value=
"{tmpl_var name='stats_password'}"
size=
"15"
maxlength=
"100"
type=
"password"
class=
"textInput"
style=
"width:100px;"
onkeyup=
"checkPassMatch('stats_password','repeat_password');"
/>
<a
href=
"javascript:void(0);"
onclick=
"generatePassword('stats_password','repeat_password');"
>
{tmpl_var name='generate_password_txt'}
</a>
<input
name=
"stats_password"
id=
"stats_password"
value=
"{tmpl_var name='stats_password'}"
size=
"15"
maxlength=
"100"
type=
"password"
autocomplete=
"off"
class=
"textInput"
style=
"width:100px;"
onkeyup=
"checkPassMatch('stats_password','repeat_password');"
/>
<a
href=
"javascript:void(0);"
onclick=
"generatePassword('stats_password','repeat_password');"
>
{tmpl_var name='generate_password_txt'}
</a>
</div>
<div
class=
"ctrlHolder"
>
<p
class=
"label"
>
{tmpl_var name='password_strength_txt'}
</p>
...
...
@@ -28,7 +28,7 @@
</div>
<div
class=
"ctrlHolder"
>
<label
for=
"repeat_password"
>
{tmpl_var name='repeat_password_txt'}
</label>
<input
name=
"repeat_password"
id=
"repeat_password"
value=
""
size=
"15"
maxlength=
"100"
type=
"password"
class=
"textInput"
style=
"width:100px;"
onkeyup=
"checkPassMatch('stats_password','repeat_password');"
/>
<input
name=
"repeat_password"
id=
"repeat_password"
value=
""
size=
"15"
maxlength=
"100"
type=
"password"
autocomplete=
"off"
class=
"textInput"
style=
"width:100px;"
onkeyup=
"checkPassMatch('stats_password','repeat_password');"
/>
</div>
<div
id=
"confirmpasswordError"
style=
"display:none;"
class=
"confirmpassworderror"
>
{tmpl_var name='password_mismatch_txt'}
</div>
<div
id=
"confirmpasswordOK"
style=
"display:none;"
class=
"confirmpasswordok"
>
{tmpl_var name='password_match_txt'}
</div>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment