Development #8600
login form: make username label configurable
Start date:
11 October 2015
Due date:
% Done:
100%
Estimated time:
Patch proposed:
No
Planning:
Description
At the moment we get a "Username or mail" label:
if app_settings.ACCEPT_EMAIL_AUTHENTICATION: form.fields['username'].label = _('Username or email')
It has been requested to limit the label to "Email", as usernames while possible are not advertised. (#8328)
Related issues
Associated revisions
History
Updated by Frédéric Péters about 7 years ago
- Related to Autre #9451: Uniquement Courriel dans fenêtre de connexion added
Updated by Benjamin Dauvergne about 7 years ago
- Status changed from Nouveau to Résolu (à déployer)
- % Done changed from 0 to 100
Appliqué par commit authentic2|90611fa176f97b170649452dcb6839752fac4843.
Updated by Benjamin Dauvergne almost 7 years ago
- Status changed from Résolu (à déployer) to Solution déployée
login form: make username label customizable (fixes #8600)