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
I'm not sure when this changed, but since user signup registration process has changed, existing plugins such as Recaptcha V2 no longer work due to DOM changes.
Go through new user signup / registration process on updated PeerTube instance with recaptcha plugin enabled. No recaptcha is shown during the signup process due to a console error which states that the plugin script is unable to find a form element which no longer exists when scope of signup is first loaded.
Describe the expected behavior
Old plugins continue to work.
The text was updated successfully, but these errors were encountered:
@Chocobozzz Going through the documentation, it doesn't seem there's any infrastructure there anymore for a plugin like this (add recaptcha to sign up form) to hook into?
Describe the current behavior
I'm not sure when this changed, but since user signup registration process has changed, existing plugins such as Recaptcha V2 no longer work due to DOM changes.
#1721
Steps to reproduce
Describe the expected behavior
Old plugins continue to work.
The text was updated successfully, but these errors were encountered: