]> git.imager.perl.org - bse.git/blob - site/docs/siteusers.pod
allow hypens in formlink form name values
[bse.git] / site / docs / siteusers.pod
1 =head1 NAME
2
3 siteusers.pod - BSE's member system
4
5 =head1 SYNOPSIS
6
7 This file will be used to document anything not worth it's own file.
8 Maybe I'll even document some of the older stuff here.
9
10 =head1 REGISTRATION NOTIFICATION
11
12 You can configure BSE to send notification emails by setting
13 notify_register in [site users] in bse.cfg or an included config file:
14
15   [site users]
16   notify_register=1
17
18 By default this is sent to the email address configured in [shop].from
19 or in $SHOP_FROM in Constants.pm.  You can configure a separate email
20 address instead:
21
22   [site users]
23   notify_register=1
24   notify_register_email=tellme@example.com
25
26 The template used to build the email content is:
27
28   admin/registeremail.tmpl
29
30 The following tags are available:
31
32 =over
33
34 =item *
35
36 standard dynamic tags
37
38 =item *
39
40 C<user> I<field> - replaced with the given field from the newly
41 registered user.  This is not HTML escaped by default.
42
43 =back
44
45 =head1 REVISION
46
47 $Revision$
48
49 =head1 AUTHOR
50
51 Tony Cook <tony@develop-help.com>
52
53 =cut