summaryrefslogtreecommitdiff
path: root/doc/templates.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-12 20:10:42 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-12 20:10:42 +0000
commit60631f58b8f6532eccbead29d239aaf25de93610 (patch)
treed835fe5f5804c599794c5a78f14a1da06eafe2ef /doc/templates.mdwn
parent1c51f7de502416af7119f7e041a43fa36cc5b189 (diff)
- finish user registration and password request email
- make sure a user is in the userdb before assuming they're logged on based on session info (allows deleting uerdb item and invalidating all sessions)
Diffstat (limited to 'doc/templates.mdwn')
-rw-r--r--doc/templates.mdwn4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/templates.mdwn b/doc/templates.mdwn
index 6d4d8793d..f22e50dec 100644
--- a/doc/templates.mdwn
+++ b/doc/templates.mdwn
@@ -8,7 +8,9 @@ It ships with some basic templates which can be customised:
* `templates/misc.tmpl` - Generic template used for any page that doesn't
have a custom template.
* `templates/recentchanges.tmpl` - Used for the RecentChanges page.
-* `templates/editpage.tmpl' - Create/edit page.
+* `templates/editpage.tmpl` - Create/edit page.
+* `templates/passwordmail.tmpl` - Not a html template, this is used to
+ generate the mail with the user's password in it.
If you like, you can add these to further customise it: