World-Three-Technologies / Masxaro-Prototype

Other
8 stars 4 forks source link

Registration fixed #32

Closed yaxing closed 13 years ago

yaxing commented 13 years ago

Hi, Registration has been fixed on backend branch. One reason led to the failure of registration is that 'Jimmy' was an existed account.

That's why I provided contactAccountChk.php. I suppose that after user filled out user name and email, before submitting them, front-end should post to this page and check the availability of account & contact.

Also I separate the function for sending registration verification email. If user cannot receive email after registration, Jimmy I think you can use EmailCtrl::sendRegisterEmail API to resend the email, please refer to the comment of the API for detail information.

To test registration: http://50.19.213.157/masxaro/proj/php/product.php

Yaxing