>
> Now - I am very close to a launch live phase - 
> are there a workaround like with login_email_lower?
>

I'm not sure -- I would expect the request_reset_password onvalidation to 
work. I suppose you could intercept the request.vars in your controller and 
do the conversion before Auth gets it. Another option might be client-side 
conversion to lowercase via Javascript (either as the user types or upon 
form submission).  

Reply via email to