diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-12 20:10:42 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-12 20:10:42 +0000 |
commit | 60631f58b8f6532eccbead29d239aaf25de93610 (patch) | |
tree | d835fe5f5804c599794c5a78f14a1da06eafe2ef /doc/features.mdwn | |
parent | 1c51f7de502416af7119f7e041a43fa36cc5b189 (diff) | |
download | ikiwiki-60631f58b8f6532eccbead29d239aaf25de93610.tar ikiwiki-60631f58b8f6532eccbead29d239aaf25de93610.tar.gz |
- 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/features.mdwn')
-rw-r--r-- | doc/features.mdwn | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/features.mdwn b/doc/features.mdwn index dc3401bba..8a05a1679 100644 --- a/doc/features.mdwn +++ b/doc/features.mdwn @@ -44,11 +44,19 @@ Currently implemented: * [[PageHistory]] - Well, sorta. Rather than implementing YA history browser, it can link to [[ViewCVS]] or the link to browse the history of a wiki page. + Well, sorta. Rather than implementing YA history browser, it can link to + [[ViewCVS]] or the link to browse the history of a wiki page. * [[RecentChanges]], editing pages in a web browser - Nearly the definition of a wiki, although perhaps ikiwiki challenges how much of that web gunk a wiki really needs. These features are optional and can be enabled by enabling [[CGI]]. + Nearly the definition of a wiki, although perhaps ikiwiki challenges how + much of that web gunk a wiki really needs. These features are optional + and can be enabled by enabling [[CGI]]. + +* User registration + + Can optionally be configured to allow only registered users to post + pages; online user registration form, etc. ---- |