python3-simplepam icon indicating copy to clipboard operation
python3-simplepam copied to clipboard

support unicode input on Python 2

Open minrk opened this issue 11 years ago • 0 comments

py2 unicode == py3 str, and should be treated the same.

Before this patch, authenticate(u'user', u'password') would return False with a correct username and password.

minrk avatar Aug 20 '14 17:08 minrk