comparison mod_register_json.wiki @ 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
comparison
equal deleted inserted replaced
345:73b078aeaf84 346:a058cd983c6b
33 * 403 - whenever registration is forbidden (blacklist, filtered mail etc.); 33 * 403 - whenever registration is forbidden (blacklist, filtered mail etc.);
34 * 406 - if the username supplied fails nodeprepping; 34 * 406 - if the username supplied fails nodeprepping;
35 * 409 - if the user already exists, or an user is associated already with the supplied e-mail; 35 * 409 - if the user already exists, or an user is associated already with the supplied e-mail;
36 * 503 - whenever a request is throttled. 36 * 503 - whenever a request is throttled.
37 37
38 The verification URL path to direct the users to will be: */your-base-path-of-choice/verify/* - on your Prosody's http server.
39
38 The module for now stores a hash of the user's mail address to help slow down duplicated registrations. 40 The module for now stores a hash of the user's mail address to help slow down duplicated registrations.
39 41
40 It's strongly encouraged to have the web server communicate with the servlet via https. 42 It's strongly encouraged to have the web server communicate with the servlet via https.
41 43
42 = Usage = 44 = Usage =