[webkit-dev] Bugzilla 5.0.3 password strength requirements
Alexey Proskuryakov
ap at webkit.org
Tue Mar 21 16:41:15 PDT 2017
Hi,
Our updated Bugzilla installation now has password strength check enabled. It will refuse logging in with a weak password.
One specific tool that is affected is webkit-patch, which logs in every time. If it's giving you strange errors like the below, please try logging out from Bugzilla using browser UI, and logging back in again. If the password is considered weak, it will tell how to reset it.
Traceback (most recent call last):
File "<path>/OpenSource/Tools/Scripts/webkit-patch", line 84, in <module>
main()
File "<path>/OpenSource/Tools/Scripts/webkit-patch", line 79, in main
WebKitPatch(os.path.abspath(__file__)).main()
File "<path>/OpenSource/Tools/Scripts/webkitpy/tool/multicommandtool.py", line 305, in main
result = command.check_arguments_and_execute(options, args, self)
File "<path>/OpenSource/Tools/Scripts/webkitpy/tool/multicommandtool.py", line 123, in check_arguments_and_execute
return self.execute(options, args, tool) or 0
File "<path>/OpenSource/Tools/Scripts/webkitpy/tool/commands/abstractsequencedcommand.py", line 55, in execute
self._sequence.run_and_handle_errors(tool, options, state)
File "<path>/OpenSource/Tools/Scripts/webkitpy/tool/commands/stepsequence.py", line 73, in run_and_handle_errors
self._run(tool, options, state)
File "<path>/OpenSource/Tools/Scripts/webkitpy/tool/commands/stepsequence.py", line 67, in _run
step(tool, options).run(state)
File "<path>/OpenSource/Tools/Scripts/webkitpy/tool/steps/postdiff.py", line 50, in run
self._tool.bugs.add_patch_to_bug(bug_id, diff, description, comment_text=comment_text, mark_for_review=self._options.review, mark_for_commit_queue=self._options.request_commit)
File "<path>/OpenSource/Tools/Scripts/webkitpy/common/net/bugzilla/bugzilla.py", line 633, in add_patch_to_bug
self.browser.select_form(name="entryform")
File "<path>/OpenSource/Tools/Scripts/webkitpy/thirdparty/autoinstalled/mechanize/_mechanize.py", line 524, in select_form
raise FormNotFoundError("no form matching "+description)
webkitpy.thirdparty.autoinstalled.mechanize._mechanize.FormNotFoundError: no form matching name 'entryform'
- Alexey
More information about the webkit-dev
mailing list