We have existing app we support in english language, we enhanced app to chinese language, But we stuck with support for
Also its app without lang in user_metadata and using same App in Auth) to support both english and chinese language, But deployed as seperate url
Issue with reset password flow in Auth0
webAuth.changePassword({
connection: databaseConnection,
email: username
}
I cannot pass language parameter into changePassword function as that way I can customize Change Password Email template to be sent in chinese or english
Also customize lo/reset link with lang variable to different language for lo/reset
https://xxx/lo/reset?ticket=xxxxxxxxxxxxxxxxxx&lang=‘xx’
I guess someone did run into similar issue, please suggest How I pass lang variable to auth) email template