83,84c83,84
< u'description_company_information_form',
< default='Change your company information'
---
> u'description_personal_information_form',
> default='Change your personal information'
plone.app.users/profiles/default/userschema.xml
8a9,11
> <description i18n:translate="help_homepage">
> The URL for your external home page, if you have one.
> </description>
12c15
< <field name="report" type="zope.schema.URI"
---
> <field name="location" type="zope.schema.TextLine"
13a17,19
> <description i18n:translate="help_location">
> Your location - either city and country - or in a company setting, where your office is located.
> </description>
15c21
< <title i18n:translate="label_report">Report</title>
---
> <title i18n:translate="label_location">Location</title>
17c23
< <field name="panorama" type="zope.schema.URI"
---
> <field name="description" type="zope.schema.Text"
18a25,27
> <description i18n:translate="help_biography">
> A short overview of who you are and what you do. Will be displayed on your author page, linked from the items you create.
> </description>
20c29,39
< <title i18n:translate="label_panorama">Panorama</title>
---
> <title i18n:translate="label_biography">Biography</title>
> </field>
> <field name="portrait"
> type="plone.namedfile.field.NamedBlobImage"
> form:widget="plone.app.users.schema.PortraitFieldWidget"
> users:forms="In User Profile">
> <description i18n:translate="help_portrait">
> To add or change the portrait: click the "Browse" button; select a picture of yourself. Recommended image size is 75 pixels wide by 100 pixels tall.
> </description>
> <required>False</required>
> <title i18n:translate="label_portrait">Portrait</title>
plone.app.users/schema.py
plone.app.users/browser/membersearch.py
plone.app.users/browser/userdatapanel.py
plone.app.users/profiles/default/userschema.xml
Products.PlonePAS/tools/membership.py
Products.CMFPlone/profiles/default/actions.xml
Products.CMFPlone/skins/plone_login/login_form.cpt