I aim to customize the greeting message utilizing the built-in password reset user service. Specifically, I intend to replace the default “Hi there, …” with “Hi <<user_name>>.”
To achieve this, I tried to retrieve a column called “user_name” from the “Users” table using all kind of {{ }} syntax, but I could not make it. E.g. I tried: Hi there {{user_name}} and {{Users[‘user_name’]}}. But this won’t work.
Does anyone have insights on whether this customization is possible? In the docs I have not found anything on the topic.
I apologize having not made clear that I wasn’t talking about the “normal” editor using Python but the “User’s Service”. That service seems to use some special syntax, compare e.g. the {{confirm_link}} from the default Anvil screen.