You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the file authldap.php go to line 357
that should be an empty line.
There you should add the following:
$user_info['user_nicename‘] = substr($user_info['user_nicename‘], 0, 50);
Thanks to @rafaelnollitognon who raised the issue!
The nicename-field in the DB is a varchar(50). Therefore the nicename needs to be trunkated appropriately!
The text was updated successfully, but these errors were encountered: