Rich Text Editor (tinymce) triggering password protection login
-
Hi,
When converting a paragraph text to the option of a Rich Text Editor, it’s triggering a password protection login request on the front-end. You can hit cancel and carry on using the form with no access blocked, but would like to stop this appearing at all.
The paragraph text is using the plugin Gravity Forms. I’ve contacted them and they’ve kindly explained that it’s related to blocking tinymce, but are unable to help further.
We have password protection turned on (for various reasons) and it’s clearly triggering this, but not enforcing it. I’ve allowed admin-ajax using the following in htaccess
<Files admin-ajax.php> Order allow,deny Allow from all Satisfy any </Files>
and so I optimistically tried for tinymce:
<Files wp-tinymce.php> ????????????Order allow,deny ????????????Allow from all ????????????Satisfy any </Files>
which didn’t cause any errors, but failed to stop the password protection from appearing. All the tinymce files are located in: js/tinymce
Does anyone please know if there is a way to enter a code similar to admin-ajax to allow tinymce to go through password protection?
- The topic ‘Rich Text Editor (tinymce) triggering password protection login’ is closed to new replies.