/[Apache-SVN]
ViewVC logotype

Revision 1042196


Jump to revision: Previous Next
Author: buscob
Date: Sat Dec 4 14:58:18 2010 UTC (13 years, 4 months ago)
Changed paths: 18
Log Message:
https://issues.apache.org/jira/browse/OFBIZ-4037
Moved the feature that allows a new user to register for an account from MyPortal to the framework so that it is available in any application.
It has also been slightly reworked (code cleaning and internationalization).
Two flags in general.properties allows to configure if the register function must be enabled or not and if the captcha function should be used.
The captcha function needs to be improved because at the moment the code is contained in an hidden field so that it is very easy for a computer to bypass it.
A possible fix for this could be to put the MD5 coding of the captcha code in the hidden field.
Then the event that checks the code should compare the MD5 codes.

Changed paths

Path Details
Directoryofbiz/trunk/framework/common/config/CommonUiLabels.xml modified , text changed
Directoryofbiz/trunk/framework/common/config/general.properties modified , text changed
Directoryofbiz/trunk/framework/common/script/org/ofbiz/common/RegisterEvents.xml added
Directoryofbiz/trunk/framework/common/webcommon/WEB-INF/common-controller.xml modified , text changed
Directoryofbiz/trunk/framework/common/webcommon/forgotPassword.ftl modified , text changed
Directoryofbiz/trunk/framework/common/webcommon/login.ftl modified , text changed
Directoryofbiz/trunk/framework/common/webcommon/registerPerson.ftl added
Directoryofbiz/trunk/framework/common/webcommon/reloadCaptchaCode.ftl added
Directoryofbiz/trunk/framework/common/webcommon/reloadCaptchaImage.ftl added
Directoryofbiz/trunk/framework/common/widget/RegisterScreens.xml added
Directoryofbiz/trunk/specialpurpose/myportal/script/org/ofbiz/myportal/Events.xml deleted
Directoryofbiz/trunk/specialpurpose/myportal/webapp/myportal/WEB-INF/controller.xml modified , text changed
Directoryofbiz/trunk/specialpurpose/myportal/widget/CommonScreens.xml modified , text changed
Directoryofbiz/trunk/specialpurpose/myportal/widget/MyPortalForms.xml deleted
Directoryofbiz/trunk/specialpurpose/myportal/widget/RegisterPerson.ftl deleted
Directoryofbiz/trunk/specialpurpose/myportal/widget/login.ftl deleted
Directoryofbiz/trunk/specialpurpose/myportal/widget/reloadCaptchaCode.ftl deleted
Directoryofbiz/trunk/specialpurpose/myportal/widget/reloadCaptchaImage.ftl deleted

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26