From 27f9929ac807675a66855c0736dd06e76311a4fc Mon Sep 17 00:00:00 2001 From: barisusakli Date: Wed, 18 Jun 2014 12:42:13 -0400 Subject: [PATCH] hook --- docs/plugins/hooks.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/plugins/hooks.rst b/docs/plugins/hooks.rst index 672b0743ed..1525d75651 100644 --- a/docs/plugins/hooks.rst +++ b/docs/plugins/hooks.rst @@ -38,7 +38,7 @@ Executed whenever a post is retrieved, but before being sent to the client. ``filter:register.build`` ^^^^^^^^^^^^^^^^^^^^^ -**Argument(s)**: +**Argument(s)**: - `req` the express request object (javascript Object) - `res` the express response object (javascript Object) - `data` the data passed to the template (javascript Object) @@ -62,7 +62,7 @@ Executed when a post or signature needs to be parsed from raw text to HTML (for ``filter:register.check`` ^^^^^^^^^^^^^^^^^^^^^ -**Argument(s)**: +**Argument(s)**: - `req` the express request object (javascript Object) - `res` the express response object (javascript Object) - `userData` the user data parsed from the form @@ -118,6 +118,9 @@ Executed when a post or signature needs to be parsed from raw text to HTML (for ``filter:user.create`` ^^^^^^^^^^^^^^^^^^^^^ +``filter:user.profileLinks`` +^^^^^^^^^^^^^^^^^^^^^ + ``filter:user.verify.code`` ^^^^^^^^^^^^^^^^^^^^^ Parameters: confirm_code