mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-06 20:55:30 +02:00
TODO reminder
This commit is contained in:
parent
6ffef26cbf
commit
edf2c99593
1 changed files with 4 additions and 4 deletions
|
@ -77,16 +77,16 @@ function NewUserAppModule(options) {
|
||||||
|
|
||||||
newUser.properties = {
|
newUser.properties = {
|
||||||
real_name : formData.value.realName,
|
real_name : formData.value.realName,
|
||||||
birthdate : new Date(Date.parse(formData.value.birthdate)).toISOString(),
|
birthdate : new Date(Date.parse(formData.value.birthdate)).toISOString(), // :TODO: Use moment & explicit ISO string format
|
||||||
sex : formData.value.sex,
|
sex : formData.value.sex,
|
||||||
location : formData.value.location,
|
location : formData.value.location,
|
||||||
affiliation : formData.value.affils,
|
affiliation : formData.value.affils,
|
||||||
email_address : formData.value.email,
|
email_address : formData.value.email,
|
||||||
web_address : formData.value.web,
|
web_address : formData.value.web,
|
||||||
account_created : new Date().toISOString(),
|
account_created : new Date().toISOString(), // :TODO: Use moment & explicit ISO string format
|
||||||
|
|
||||||
message_conf_tag : confTag,
|
message_conf_tag : confTag,
|
||||||
message_area_tag : areaTag,
|
message_area_tag : areaTag,
|
||||||
|
|
||||||
term_height : self.client.term.termHeight,
|
term_height : self.client.term.termHeight,
|
||||||
term_width : self.client.term.termWidth,
|
term_width : self.client.term.termWidth,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue