changeset 346:a058cd983c6b

Added directions to where the URL path for registration verification is.
author maranda3985@gmail.com
date Mon, 29 Apr 2013 21:24:05 +0000
parents 73b078aeaf84
children eebd8417a2ad
files mod_register_json.wiki
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mod_register_json.wiki	Mon Apr 29 21:17:31 2013 +0000
+++ b/mod_register_json.wiki	Mon Apr 29 21:24:05 2013 +0000
@@ -35,6 +35,8 @@
  * 409 - if the user already exists, or an user is associated already with the supplied e-mail;
  * 503 - whenever a request is throttled.
 
+The verification URL path to direct the users to will be: */your-base-path-of-choice/verify/* - on your Prosody's http server.
+
 The module for now stores a hash of the user's mail address to help slow down duplicated registrations.
 
 It's strongly encouraged to have the web server communicate with the servlet via https.