plugins/mod_register.lua

changeset 3296
5f57f2f81c02
parent 2935
4e4d0d899d9d
child 3297
aa3725bbcde5
--- a/plugins/mod_register.lua	Thu Jun 24 03:46:05 2010 +0500
+++ b/plugins/mod_register.lua	Thu Jun 24 03:46:52 2010 +0500
@@ -35,7 +35,7 @@
 				local username, host = session.username, session.host;
 				--session.send(st.error_reply(stanza, "cancel", "not-allowed"));
 				--return;
-				usermanager_set_password(username, host, nil); -- Disable account
+				--usermanager_set_password(username, host, nil); -- Disable account
 				-- FIXME the disabling currently allows a different user to recreate the account
 				-- we should add an in-memory account block mode when we have threading
 				session.send(st.reply(stanza));

mercurial