...
You can make welcome messages personalized by using keys. When a key is used, Koji replaces it with the actual value, making a message more vivid. For instance, a username
firstname
key is replaced with the person’s name. Simple and effective.
To use a key in the message, use the following syntax: %(<username>firstname)s
. For example, to give someone a nice welcome, use the message of the following kind: Hello, %(firstname)s! Hope you are doing fine today!
...