Cannot access Dashboard
-
Hello,
I was configuring a way for GRAVITY FORM to show for specific roles. I had gravity form and members plugin installed. I was trying to figure out the way to do that. So I went to the members plugin settings and I set allow for gravity_view_entries and saved the settings, I thought it was for the specific user but instead it was for admin and all.
Now I can’t access the dashboard, everytime I login in wp-login.php it redirects me to the site and everytime time I type the domain with /wp-admin it redirects me to the site.
I deleted the members plugin via FTP and I deleted gravity forms plugin via FTP and still not working.
https://wordpress.org/plugins/members/
I believe it is a redirect issue. Not sure where I can change that, is it in wp-config or is it in database?
Cannot work without dashboard access.
note: I don’ think it is htaccess, cz here is the code of the htaccess
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Please help
The topic ‘Cannot access Dashboard’ is closed to new replies.