I want to customize the content of the email being sent by WebLoginPE when people register, forget their password, etc. I’m fairly new to MODx and hoping someone can point me to the right file(s). Also, I’m hoping to edit the messages returned by WebLoginPE such as:
"Check your email for instructions on how to activate your new password."
"There is no active account for that email."
I’m assuming/hoping these strings (and email content) are values I can edit.
Discovered that WebLoginPE actually uses the email messages in the MODx configuration (Tools > Configuration > User) but have not been able to answer the question regarding default messages passed to the [+wlpe.message+] place holder for the various templates.
Look in assets/snippets/webloginpe/lang/en.php (assuming you want the English version!)
You’ll see all the message strings.