authLdap icon indicating copy to clipboard operation
authLdap copied to clipboard

Nicename needs to be truncated at 50 chars

Open heiglandreas opened this issue 8 years ago • 3 comments

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!

heiglandreas avatar Sep 30 '16 19:09 heiglandreas

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);

heiglandreas avatar Sep 30 '16 19:09 heiglandreas

Hi @heiglandreas Can I work on this issue? Cloud you please assign it to me?

Yogendra0Sharma avatar Jun 29 '17 12:06 Yogendra0Sharma

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!

heiglandreas avatar Jun 29 '17 13:06 heiglandreas