Just wondering.
We usually trim a user name in various forms in our ASP.Net application, whats the best practices for password fields.
i.e. should we remove a trailing space in a password field before being saved/encrypted?
Leave the password as the user entered it.
You should never change silently a field put by a user, overall a password.