Actions
Feature proposal #6461
openImplement substitution support for messagesToUser
Description
After registration getActivationMessage is fired in activateUser to determine what messages to output to the user. These messages are usually along the lines of confirmation required, approval required, you may not sign in, etc.. getActivationMessage has the $user object, but does not pass these language strings through substitutions, which it should to allow for more personalized messages.
Actions