Fix documentation

This commit is contained in:
Alexey Khudyakov 2011-06-06 14:05:06 +04:00
parent 3a7620b49b
commit 733fdd845c

View File

@ -36,8 +36,8 @@
-- > -- >
-- > loginDest _ = RootR -- > loginDest _ = RootR
-- > logoutDest _ = RootR -- > logoutDest _ = RootR
-- > getAuthId = getAuthIdHashDB AuthR (Just . UniqueUser . userUsername) -- > getAuthId = getAuthIdHashDB AuthR (Just . UniqueUser)
-- > authPlugins = [authHashDB (Just . UniqueUser . userUsername)] -- > authPlugins = [authHashDB (Just . UniqueUser)]
-- > -- >
-- > -- >
-- > -- include the migration function in site startup -- > -- include the migration function in site startup