quickshotdevs team mailing list archive
-
quickshotdevs team
-
Mailing list archive
-
Message #00206
[Bug 641424] Re: Quickshot allow the users to create the"quichshottest" with one character in the password
If you want to handle this, jenkins, just add a qualifier to the
_password_changed() function in gui/user_account.py.
Instead of checking 'if password.get_value() and <equivalence>', check
for 'if len(password.get_value()) >= 6 and <equivalence>'.
I won't be able to make modifications to anything until at least Sunday,
unfortunately.
** Changed in: quickshot
Assignee: (unassigned) => Luke Jennings (ubuntujenkins)
** Changed in: quickshot
Importance: Undecided => Low
** Changed in: quickshot
Importance: Low => Wishlist
** Changed in: quickshot
Status: New => Opinion
--
Quickshot allow the users to create the"quichshottest" with one character in the password
https://bugs.launchpad.net/bugs/641424
You received this bug notification because you are a member of Quickshot
Developers, which is subscribed to Quickshot.
Status in Quickshot - Capturing translated screenshots: Opinion
Bug description:
Quickshot allows the users to create the"quichshottest" with one character in the password, the password should have a minimum of 6 characters.
References