Updating Login Form Labels

Is it possible to update the login form field labels. I just need the Email label to read ‘Login.’ I was hoping I could do it with a custom i18n yml file. I’m hoping it’s I’m just putting it in the front folder for detection right now it’s in mysite/lang/en.yml

Hi @thezenmonkey

Not sure if you still need this, but you can add it to your mysite.yml file:

SilverStripe\Security\Member:
  unique_identifier_field: Email

Just replace “Email” with what you want the field to be called.