issues
search
TimvanSteenbergen
/
onepasswordforeverysite
Safe and easy access to websites
https://www.opfes.com
0
stars
2
forks
source link
Login-page has two forms, one of them is a login form
#55
Open
TimvanSteenbergen
opened
7 years ago
TimvanSteenbergen
commented
7 years ago
Problem:
if a webpage has, both
a login-form with one userid-input and one password-input,
a registration-form containing one or two password-inputs
as a result: logging in does not work
Solution:
better decide the form is a login-form (decide between PopupForm: UnknownSite or Login), and
make sure popupform Login handles then password generation correctly
make sure popupform UnknownSite handles then password generation correctly
Problem:
Solution: