We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, cant get working email auto enrollment, here is log:
TypeError: character mapping must return integer, None or unicode 2021/02/04 - 14:53:17 ERROR [linotp.controllers.validate][check #260] [check] validate/check failed: TypeError('character ma$ Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/linotp/controllers/validate.py", line 231, in check (ok, opt) = self._check(param) File "/usr/lib/python2.7/dist-packages/linotp/controllers/validate.py", line 161, in _check (ok, opt) = vh.checkUserPass(user, passw, options=options) File "/usr/lib/python2.7/dist-packages/linotp/lib/auth/validate.py", line 573, in checkUserPass options=options) File "/usr/lib/python2.7/dist-packages/linotp/lib/token.py", line 343, in auto_enrollToken raise exx TypeError: character mapping must return integer, None or unicode
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, cant get working email auto enrollment, here is log:
TypeError: character mapping must return integer, None or unicode
2021/02/04 - 14:53:17 ERROR [linotp.controllers.validate][check #260] [check] validate/check failed: TypeError('character ma$
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/linotp/controllers/validate.py", line 231, in check
(ok, opt) = self._check(param)
File "/usr/lib/python2.7/dist-packages/linotp/controllers/validate.py", line 161, in _check
(ok, opt) = vh.checkUserPass(user, passw, options=options)
File "/usr/lib/python2.7/dist-packages/linotp/lib/auth/validate.py", line 573, in checkUserPass
options=options)
File "/usr/lib/python2.7/dist-packages/linotp/lib/token.py", line 343, in auto_enrollToken
raise exx
TypeError: character mapping must return integer, None or unicode
The text was updated successfully, but these errors were encountered: