plugins/mod_register.lua
changeset 7757 560d2e758d4c
parent 7714 c8130995d4d1
child 7815 2bc339352dcd
--- a/plugins/mod_register.lua	Thu Dec 01 03:22:42 2016 +0100
+++ b/plugins/mod_register.lua	Thu Dec 01 06:47:03 2016 +0100
@@ -257,6 +257,7 @@
 						-- TODO unable to write file, file may be locked, etc, what's the correct error?
 						local error_reply = st.error_reply(stanza, "wait", "internal-server-error", "Failed to write data to disk.");
 						if usermanager_create_user(username, password, host) then
+							data.registered = os.time();
 							if next(data) and not account_details:set(username, data) then
 								log("debug", "Could not store extra details");
 								usermanager_delete_user(username, host);