XF 2.2 How to dissalow login to xenforo using email adress?

Spidpex

Member
Is there a way to force users to login using their ID's only, and enforce pure a-z letters and 0-9 numbers with no special letters in that login, with a maximum of 16 letters as login name?
 
You can use regex to force a specific user name pattern as you suggest, but there's nothing built in to prevent logging in with email address.
 
Again, with one last follow-up question! Is it possible to do the same for passwords too? to enforce a maximum numbers of letters/numbers to 16, and only allow a-z letters aswell as 0-9 numbers in it?
 
Top Bottom