The app Registration do not save the parameters

Hello,

I'm using the application registration to allow automatic user registration. My problem is that the the application do not save the parameters. For example, the default group where the new uers should belong to.

Thanks

Hi,

please always report issues with 3rdparty apps directly to the app developer. In case of this mentioned app an existing issue exists here:

This also contains a known workaround for the bug in that app.

Hello,

I have posted on the application page but I posted also here because I see that the response time is not really good.

In addition, I did the workaround

For those who cannot save configuration for this app:

Open /apps/regtistration/js/settings.js

change the 3rd line from:
var post = $('#registration').serialize();
to
var post = $('form#registration').serialize();

But there is no change.

If can help me.

Thanks