rfe #10061: Use email as username at registration

This commit is contained in:
Yung Han Khoe 2009-05-15 12:40:17 +00:00
parent 920d63553c
commit 1f3b382208
5 changed files with 46 additions and 9 deletions

View file

@ -796,6 +796,17 @@ Settings screen, displayed as hoverhelp.|,
context => q|Description of the newUser_password tmpl_var for the template help.|,
},
'use email as username label' => {
message => 'Use Email Address as Username',
lastUpdated => 0,
context => q|Label of the webguiUseEmailAsUsername field on the Auth tab of the Edit Settings screen.|,
},
'use email as username description' => {
message => 'When this is set to Yes, the registration screen will not show a username field. Instead the submitted email address will automatically be used as username.',
lastUpdated => 0,
context => q|Description of the webguiUseEmailAsUsername field, used as hoverhelp on the Auth tab of the Edit Settings screen.|,
},
};
1;