Open GoogleCodeExporter opened 9 years ago
I can confirm that the following code change seems to fix this problem:
for (final FormConfiguration formItem : newUserForm) {
final String attributeName = formItem.getName();
if (formValues.get(attributeName).length() > 0) createAttributes.put(attributeName, formValues.get(attributeName));
}
Note the line starting with 'if...'
Original comment by michaelc...@gmail.com
on 25 Sep 2014 at 10:02
This is in the newUserServlet.java file.
Original comment by michaelc...@gmail.com
on 25 Sep 2014 at 10:02
Original comment by menno.pi...@gmail.com
on 25 Sep 2014 at 10:07
Original issue reported on code.google.com by
lo...@s1network.com
on 16 Apr 2014 at 12:58