Education-Numerique / authoring.js

Authoring environment for lxxl
Other
3 stars 4 forks source link

"email already used" may validate earlier #157

Closed dmp42 closed 11 years ago

dmp42 commented 11 years ago

Currently comes at the end of the registration process. Should also include a link to the password reminder page.

dmp42 commented 11 years ago

Manu: there is a checkAvailability method in views/account/register.js Can you plug it somewhere in form-wizard before the first step is authorized? Signature: checkAvailability(function(e){/e === true if mail is free, false if it's already used /}, email);