siteusers.pod - BSE's member system
This file will be used to document anything not worth it's own file. Maybe I'll even document some of the older stuff here.
You can configure BSE to send notification emails by setting notify_register in [site users] in bse.cfg or an included config file:
[site users] notify_register=1
By default this is sent to the email address configured in [shop].from or in $SHOP_FROM in Constants.pm. You can configure a separate email address instead:
[site users] notify_register=1 notify_register_email=tellme@example.com
The template used to build the email content is:
admin/registeremail.tmpl
The following tags are available:
standard dynamic tags
user
field - replaced with the given field from the newly
registered user. This is not HTML escaped by default.
$Revision$
Tony Cook <tony@develop-help.com>