Hi all.

If the site is in any other language than english, the Missing users action -> Block option won't work. The reason is that the value of the option is localized before storage, whereas the verification in code checks against an unlocalized string.

Localizing this type of values is not a great idea. The fix is easy enough though. Here's a patch.

Kind regards,

W

CommentFileSizeAuthor
ldapsync.admin_.inc_.09-08-2011.patch816 byteswadmiraal

Comments

lavamind’s picture

Just to say that I've been bitten by this bug. Took a while to find out... I confirm the patch works! Please commit!

johnbarclay’s picture

Version: 6.x-1.0-beta2 » 6.x-1.x-dev
Status: Active » Fixed

I applied this patch. Its in the dev branch.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

Typo...