Ivan Sergio Borgonovo wrote:
I'd like users to be able to login with email or name.
this module fit the requirement http://drupal.org/project/logintoboggan
It's the one I use.
is there any other smaller/simpler candidate?
You could roll your own custom module and use the API hooks to do it. You could even use logintoboggan to determine what you needed to do. I don't think there is another module to do it and if there is you should consider its quality as compared to logintoboggan.