You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Triggering the init event at the end of the ZfcUser\Form\Base class's constructor causes that the form is not fully initialized when the init event is triggered. Therefore you can not customize captcha element (there is no captcha element at the time when you catch to the init event).
Version: 1.4.2
In the older implementations (eg. 1.3.3) the init event was triggered at the end of the Register class, which was a better solution for those who wants to customize the register form.
The text was updated successfully, but these errors were encountered:
Triggering the init event at the end of the ZfcUser\Form\Base class's constructor causes that the form is not fully initialized when the init event is triggered. Therefore you can not customize captcha element (there is no captcha element at the time when you catch to the init event).
Version: 1.4.2
In the older implementations (eg. 1.3.3) the init event was triggered at the end of the Register class, which was a better solution for those who wants to customize the register form.
The text was updated successfully, but these errors were encountered: