heyyy / espa

Automatically exported from code.google.com/p/espa
0 stars 0 forks source link

strip whitespace from username/password before attempting to authenticate users #207

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently we do not manipulate the user's username or password in any way 
before attempting to authenticate them.  Had two users unable to log in due to 
suspected whitespace in credentials.  

run strip() on the username/password before attempting to authenticate them in 
the auth_handler.

Original issue reported on code.google.com by davehil...@gmail.com on 24 Jul 2014 at 8:14

GoogleCodeExporter commented 9 years ago
this has been corrected and added to the trunk and testing branch for 2.4.0

Original comment by davehil...@gmail.com on 25 Jul 2014 at 2:35

GoogleCodeExporter commented 9 years ago
verified.

Original comment by davehil...@gmail.com on 31 Jul 2014 at 6:36