This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit e5644ede1f71bb8937fc365d357c50526c7fa597 Author: jcouteau <couteau@codelutin.com> Date: Tue Apr 21 09:18:59 2020 +0200 fixes #322 : Cannot change default admin user password --- pollen-ui-riot-js/src/main/web/tag/components/HumanInput.tag.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pollen-ui-riot-js/src/main/web/tag/components/HumanInput.tag.html b/pollen-ui-riot-js/src/main/web/tag/components/HumanInput.tag.html index 242f739f..0a51f616 100644 --- a/pollen-ui-riot-js/src/main/web/tag/components/HumanInput.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/components/HumanInput.tag.html @@ -25,6 +25,10 @@ name="pollenInput" ref="pollenInput"/> + <!-- fake fields are a workaround for chrome autofill getting the wrong fields --> + <input style="display:none" type="text" name="fakeusernameremembered"/> + <input style="display:none" type="password" name="fakepasswordremembered"/> + <script type="es6"> this.check = e => { -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.