In the email_description msgid currently displayed in the "forgot password" form, the variable ${domain_name} in the French interface is displayed as None.
Desired state
This message should not appear in this form, because the e-mail address cannot be modified in that circumstance. This follows the Issue #145.
When this message should appear, i.e. in the /modify_member and /register views (as requested in Issue #106), the variable ${domain_name} should be replaced by its value.
Current state
In the
email_description
msgid currently displayed in the "forgot password" form, the variable ${domain_name} in the French interface is displayed as None.Desired state
This message should not appear in this form, because the e-mail address cannot be modified in that circumstance. This follows the Issue #145.
When this message should appear, i.e. in the
/modify_member
and/register
views (as requested in Issue #106), the variable ${domain_name} should be replaced by its value.