authLdap
authLdap copied to clipboard
Nicename needs to be truncated at 50 chars
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!
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);
Hi @heiglandreas Can I work on this issue? Cloud you please assign it to me?
Hey @Yogendra0Sharma - Go ahead!
There's no need to assign you to this issue. Fork the repo and create a PR with the changes and I'll happily check and merge it!