Commit fba6483d authored by Guus der Kinderen's avatar Guus der Kinderen

OF-1094: Allow reset of UserProvider

When the property provider.user.className is set, a new UserProvider will be initialized.
Openfire should revert back to the default provider when that property is deleted.
parent 2746a7f4
......@@ -107,7 +107,9 @@ public class UserManager implements IQResultListener {
@Override
public void propertyDeleted(String property, Map params) {
//Ignore
if ("provider.user.className".equals(property)) {
initProvider();
}
}
@Override
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment