WPIntell

Source evidence

Completely disable login

Project Force Field · support · 2014-06-03T19:39:00+00:00

mixedsentiment
mediumseverity
0.78relevance
3replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

4 / 20 rows with source links

20.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

16 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
chadmohr resolved
I installed this plugin on a site and logged in and out no problem. Next day I could not login in at wp-admin at all. Through FTP I deleted the plugin, but still cannot login. I renamed htaccess and still cannot login. Could this be the plugin and if so how can I get back into the dashboard? Thanks https://wordpress.org/plugins/project-force-field/ When you go to log in, are you going to /wp-login.php or /wp-admin/ ? Does your .htaccess file contain the following lines? # BEGIN OGFF <IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^safe\-entrance\.php$ wp-login.php [NC,L] RewriteCond %{THE_REQUEST} wp\-login\.php [NC] RewriteRule ^wp\-login\.php$ - [F] RewriteCond %{REQUEST_URI} ^/$ RewriteCond %{QUERY_STRING} ^/?author=([0-9]*) RewriteRule ^(.*)$ - [F] </IfModule> # END OGFF Thanks, Faison Thanks for the quick response Fasion. It was something else entirely and am sorry for the post here. Keep up the good work. Glad to hear, chadmohr!

Comments

3 shown
Faison 2014-06-05T18:21:00+00:00

When you go to log in, are you going to /wp-login.php or /wp-admin/ ? Does your .htaccess file contain the following lines? # BEGIN OGFF <IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^safe\-entrance\.php$ wp-login.php [NC,L] RewriteCond %{THE_REQUEST} wp\-login\.php [NC] RewriteRule ^wp\-login\.php$ - [F] RewriteCond %{REQUEST_URI} ^/$ RewriteCond %{QUERY_STRING} ^/?author=([0-9]*) RewriteRule ^(.*)$ - [F] </IfModule> # END OGFF Thanks, Faison

chadmohr 2014-06-05T18:46:00+00:00

Thanks for the quick response Fasion. It was something else entirely and am sorry for the post here. Keep up the good work.

Faison 2014-06-06T01:34:00+00:00

Glad to hear, chadmohr!