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
Hi everyone, I am having an issue with the recaptcha plugin and I already identified the issue in the sourcecode. The issue is, that when I am logged in and I want to change my password, Flarum basically does a password reset. However, that password reset needs a recaptcha when the plugin is active. The "bad" validator is added in
. That needs to be changed so the validator is only added if there is no user logged in currently, or the captcha needs to be added to the ChangePasswordModal.
The text was updated successfully, but these errors were encountered:
+ 1 . @davwheat@dsevillamartin (tagging you because you have the most recent commits on the repo) can you have a look ? There's a pending PR #51 for this.
Hi everyone, I am having an issue with the recaptcha plugin and I already identified the issue in the sourcecode. The issue is, that when I am logged in and I want to change my password, Flarum basically does a password reset. However, that password reset needs a recaptcha when the plugin is active. The "bad" validator is added in
recaptcha/src/Listeners/AddValidatorRule.php
Lines 73 to 75 in ab7eb4a
The text was updated successfully, but these errors were encountered: