celtic-project / wordpress-lti

LTI Connector for WordPress
GNU General Public License v3.0
23 stars 11 forks source link

[ERROR] Request failed with reason: 'Username may not be longer than 60 characters. #17

Closed kenwrick closed 1 year ago

kenwrick commented 1 year ago

I updated a dormant install of WP that had wordpress-lti installed in the past, upgraded it to WP 6.1.1, installed the latest version of the plugins, set the theme from 2023 to 2019. When I try to connect the debug log lists:

[ERROR] Request failed with reason: 'Username may not be longer than 60 characters.

I altered the wp_user table user_login varchar(255), but I'm still getting that error. Do I need to modify WP code or is it ID that the error is reporting?

spvickers commented 1 year ago

I think you will find that this error is being generated by WordPrress.

kenwrick commented 1 year ago

Thanks.