-
- Downloads
[FIX] auth_signup: remove password from welcome message
Revision 054c6868 added by mistake the password of the new user in the welcome message that is sent to users who signed up with an invitation token. There is no need for this, the user has just chosen their password, and we should not send them a copy which could be compromised on the way to their inbox or later in their inbox. It may also give users the impression that their passwords is stored in cleartext in the database, even when that is not the case. This patch minimalizes changes to the template and its translations. For existing databases where the code is updated without re-syncing the template, the password will simply be missing in the message (until a resync of auth_signup module is done)
Showing
- addons/auth_signup/controllers/main.py 0 additions, 1 deletionaddons/auth_signup/controllers/main.py
- addons/auth_signup/data/auth_signup_data.xml 0 additions, 1 deletionaddons/auth_signup/data/auth_signup_data.xml
- addons/auth_signup/i18n/af.po 0 additions, 1 deletionaddons/auth_signup/i18n/af.po
- addons/auth_signup/i18n/am.po 0 additions, 1 deletionaddons/auth_signup/i18n/am.po
- addons/auth_signup/i18n/ar.po 0 additions, 1 deletionaddons/auth_signup/i18n/ar.po
- addons/auth_signup/i18n/auth_signup.pot 0 additions, 1 deletionaddons/auth_signup/i18n/auth_signup.pot
- addons/auth_signup/i18n/bg.po 0 additions, 1 deletionaddons/auth_signup/i18n/bg.po
- addons/auth_signup/i18n/bs.po 0 additions, 1 deletionaddons/auth_signup/i18n/bs.po
- addons/auth_signup/i18n/ca.po 0 additions, 1 deletionaddons/auth_signup/i18n/ca.po
- addons/auth_signup/i18n/cs.po 0 additions, 1 deletionaddons/auth_signup/i18n/cs.po
- addons/auth_signup/i18n/da.po 0 additions, 1 deletionaddons/auth_signup/i18n/da.po
- addons/auth_signup/i18n/de.po 0 additions, 2 deletionsaddons/auth_signup/i18n/de.po
- addons/auth_signup/i18n/el.po 0 additions, 2 deletionsaddons/auth_signup/i18n/el.po
- addons/auth_signup/i18n/en_GB.po 0 additions, 1 deletionaddons/auth_signup/i18n/en_GB.po
- addons/auth_signup/i18n/es.po 0 additions, 2 deletionsaddons/auth_signup/i18n/es.po
- addons/auth_signup/i18n/es_AR.po 0 additions, 1 deletionaddons/auth_signup/i18n/es_AR.po
- addons/auth_signup/i18n/es_BO.po 0 additions, 1 deletionaddons/auth_signup/i18n/es_BO.po
- addons/auth_signup/i18n/es_CL.po 0 additions, 1 deletionaddons/auth_signup/i18n/es_CL.po
- addons/auth_signup/i18n/es_CO.po 0 additions, 1 deletionaddons/auth_signup/i18n/es_CO.po
- addons/auth_signup/i18n/es_CR.po 0 additions, 1 deletionaddons/auth_signup/i18n/es_CR.po
Loading
Please register or sign in to comment