Login form translation

Hello,

I would like to translate some of the string at the Login form provided by anvil.users.login_with_form() to another language. Is it possible?

Considering that an user should confirm his/her email address after the registering process, I also need to translate the standard email message provided by Anvil. Is it also possible?

Thanks in advance

As far as I know the only way to do this is to implement your own login system to accomplish this. I’ve done it a few times. Luckily Anvil has a ready made app that you can customize and add as a dependency. This tutorial goes over it:

https://anvil.works/docs/how-to/custom-user-auth

1 Like

@robert, thank you. In fact, this seems like the only way to do that.