added "date of birth" as a users table field, added appropriate code to core
to get and set it, added "date" dialog field and updated registration, profile, and admin modify to use it to change a user's date of birth; added BDAY support to vCards and rigged user import/export to take it into account; cleaned up a few other matters while I was in that particular code
This commit is contained in:
@@ -490,6 +490,8 @@ To create a new account, please enter your information below.
|
||||
<countrylist name="country" capt="Country" required="true"/>
|
||||
<header capt="E-Mail"/>
|
||||
<email name="email" capt="E-mail address" required="true" size="32" maxlength="255"/>
|
||||
<header capt="Other Information"/>
|
||||
<date name="dob" capt="Date of birth" years="-100"/>
|
||||
<header capt="Account Information"/>
|
||||
<veniceid name="user" capt="User name" required="true" size="32" maxlength="64"/>
|
||||
<password name="pass1" capt="Password" required="true" size="32" maxlength="128"/>
|
||||
@@ -549,6 +551,7 @@ will be fully validated. If you have not received your confirmation within a fe
|
||||
<checkbox name="pvt_email" capt="Hide E-mail address in profile"/>
|
||||
<text name="url" capt="Home Page" capt2="(URL)" size="32" maxlength="255"/>
|
||||
<header capt="Personal"/>
|
||||
<date name="dob" capt="Date of birth" years="-100"/>
|
||||
<text name="descr" capt="Personal description" size="32" maxlength="255"/>
|
||||
<userphoto name="photo" capt="User Photo" link="profile_photo.js.vs" type="servlet"/>
|
||||
<header capt="User Preferences"/>
|
||||
@@ -708,6 +711,7 @@ the community's host, or via an invitation e-mail message. Please enter it in th
|
||||
<checkbox name="pvt_email" capt="Hide E-mail address in profile"/>
|
||||
<text name="url" capt="Home Page" capt2="(URL)" size="32" maxlength="255"/>
|
||||
<header capt="Personal"/>
|
||||
<date name="dob" capt="Date of birth" years="-100"/>
|
||||
<text name="descr" capt="Personal description" size="32" maxlength="255"/>
|
||||
<userphoto name="photo" capt="User Photo" link="sysadmin/modify_photo.js.vs" type="servlet"/>
|
||||
<header capt="User Preferences"/>
|
||||
|
||||
Reference in New Issue
Block a user