passwordmaker / android-passwordmaker

Password Maker written for the Android OS
http://passwordmaker.org
GNU General Public License v3.0
15 stars 8 forks source link

Use an empty string instead of account's name for "Use Text" option for ... #37

Closed specialforest closed 9 years ago

specialforest commented 9 years ago

I were wondering why Password Maker was generating a wrong password. It turned out that when you create a profile (an account) it sets "Use Text" field to account's name by default. And if you don't clear it, it will be used as an input text for generating the password.

generatePassword function calls getModifiedInputText function. The latter ignores inputText parameter if account's url field is set and uses its value as the input text.

tasermonkey commented 9 years ago

I will get this on the Play Store tonight or tomorrow.