Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Carlos Ramos Carreño
erp5
Commits
ab4fdf24
Commit
ab4fdf24
authored
May 26, 2020
by
Georgios Dagkakis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
several BTs: __ac_password input in login_form should have autocomplete="off"
parent
fab90fe6
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
bt5/erp5_credential/SkinTemplateItem/portal_skins/erp5_credential/login_form.zpt
...nTemplateItem/portal_skins/erp5_credential/login_form.zpt
+1
-1
bt5/erp5_mobile/SkinTemplateItem/portal_skins/erp5_mobile_ui/login_form.zpt
...inTemplateItem/portal_skins/erp5_mobile_ui/login_form.zpt
+2
-2
bt5/erp5_web_renderjs_ui/SkinTemplateItem/portal_skins/erp5_web_renderjs_ui/login_form.zpt
...lateItem/portal_skins/erp5_web_renderjs_ui/login_form.zpt
+1
-1
bt5/tiolive_base/SkinTemplateItem/portal_skins/tiolive_base/login_form.zpt
...SkinTemplateItem/portal_skins/tiolive_base/login_form.zpt
+1
-1
product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/login_form.zpt
...TemplateItem/portal_skins/erp5_xhtml_style/login_form.zpt
+1
-1
No files found.
bt5/erp5_credential/SkinTemplateItem/portal_skins/erp5_credential/login_form.zpt
View file @
ab4fdf24
...
...
@@ -31,7 +31,7 @@
</div>
<div class="field">
<label for="password" i18n:translate="" i18n:domain="ui">Password</label>
<div class="input"><input type="password" name="__ac_password" id="password" /></div>
<div class="input"><input type="password" name="__ac_password" id="password"
autocomplete="off"
/></div>
<p class="clear"></p>
</div>
<div class="field">
...
...
bt5/erp5_mobile/SkinTemplateItem/portal_skins/erp5_mobile_ui/login_form.zpt
View file @
ab4fdf24
...
...
@@ -49,7 +49,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
</div>
<div class="field">
<label for="password" i18n:translate="" i18n:domain="ui">Password</label>
<div class="input"><input type="password" name="__ac_password" id="password"/></div>
<div class="input"><input type="password" name="__ac_password" id="password"
autocomplete="off"
/></div>
</div>
<div class="field">
<label> </label>
...
...
@@ -76,4 +76,4 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
</div>
</tal:block>
</tal:block>
</tal:block>
\ No newline at end of file
</tal:block>
bt5/erp5_web_renderjs_ui/SkinTemplateItem/portal_skins/erp5_web_renderjs_ui/login_form.zpt
View file @
ab4fdf24
...
...
@@ -46,7 +46,7 @@
</div>
<div
class=
"ui-field-contain"
>
<label
i18n:domain=
"ui"
i18n:translate=
""
>
Password
</label>
<div><input
type=
"password"
name=
"__ac_password"
value=
""
required=
""
></div>
<div><input
type=
"password"
name=
"__ac_password"
value=
""
required=
""
autocomplete=
"off"
/
></div>
</div>
<div
class=
"ui-field-contain"
>
<label></label>
...
...
bt5/tiolive_base/SkinTemplateItem/portal_skins/tiolive_base/login_form.zpt
View file @
ab4fdf24
...
...
@@ -28,7 +28,7 @@
</div>
<div class="field">
<label for="password" i18n:translate="" i18n:domain="ui">Password</label>
<div class="input"><input type="password" name="__ac_password" id="password" /></div>
<div class="input"><input type="password" name="__ac_password" id="password"
autocomplete="off"
/></div>
<p class="clear"></p>
</div>
<div class="field">
...
...
product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/login_form.zpt
View file @
ab4fdf24
...
...
@@ -31,7 +31,7 @@
</div>
<div class="field">
<label for="password" i18n:translate="" i18n:domain="ui">Password</label>
<div class="input"><input type="password" name="__ac_password" id="password" /></div>
<div class="input"><input type="password" name="__ac_password" id="password"
autocomplete="off"
/></div>
<p class="clear"></p>
</div>
<div class="field">
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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