User: Ensure First Name is not capitalized

When creating a new user, the Last Name is not capitalized but First
Name is. Make the behavior being consistent.

Signed-off-by: Yanis Guenane <yguenane@redhat.com>
This commit is contained in:
Yanis Guenane 2019-06-12 13:50:28 +02:00
parent b3979eb2b9
commit cc1ef50729

View File

@ -30,7 +30,6 @@ export default ['i18n', function(i18n) {
type: 'text',
ngDisabled: '!(user_obj.summary_fields.user_capabilities.edit || canAdd)',
required: false,
capitalize: true
},
last_name: {
label: i18n._('Last Name'),