Find WordPress admin when iThemes Security is installed
How to find WordPress admin when iThemes Security is installed?
Important note! You need to have access to WordPress database.
- Connect to the WordPress database
- Find "your-prefix_options" table in the WordPress (your-prefix, usually it's "wp" but iThemes Security could change it)
- Search for option_name "itsec-storage"
- Search for "slug" in the option_value output
select * from wp_options where option_name='itsec-storage';
Check out my hassle-free WordPress hosting and WordPress Care Plans