Bugs: Browse | Download .csv
Users that ask to receive their password by email from the login page receive an email without the password, unless they fill it in !!! I located the problem in modules/passwordaccounts.py, class LoginPage, method validateSubmittedContext, line 110: message.sendContext(context) the context specimen used to generate the message's xform controls is the submitted account, instead of the stored account. I am putting the highest priority on this bug because we need it fixed for Amedes (and I could not fix it myself).