# HG changeset patch # User maranda3985@gmail.com # Date 1367270645 0 # Node ID a058cd983c6b3977cf865c4e3909e0a19be1f328 # Parent 73b078aeaf84ae2e3a703efb182bc22f2ae60c23 Added directions to where the URL path for registration verification is. diff -r 73b078aeaf84 -r a058cd983c6b mod_register_json.wiki --- 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.