hschottm / xtmembers

Contao extension xtmembers
1 stars 5 forks source link

Fixed agreement validation #11

Open silenzium opened 8 years ago

silenzium commented 8 years ago

The agreement field will get validated before the other fields and a flag will be set in the session if it is not checked. The createNewUser function will check this flag and cancel user creation accordingly.

This will fixmy issue #10