Q. I forgot my custom login URL. What should I do?
A. You can restore the default login URL by temporarily disabling the plugin.
Recovery Method 1: Disable the Plugin via FTP
- Connect to your server via FTP or SFTP
- Navigate to the
/wp-content/plugins/directory - Rename the
sentinel-securityfolder (e.g., tosentinel-security-disabled) - Open your browser and access the default
/wp-login.phpto log in - Go to WordPress admin → Plugins
- Use FTP to rename the folder back to
sentinel-security - Reload the Plugins page and activate SentinelSecurity
Recovery Method 2: Check the Database
If you have access to the database via phpMyAdmin or Adminer:
- Open the
wp_optionstable - Search for the record where
option_nameissentinel_security_login_settings - The
option_valuefield contains a JSON object with your custom login URL
Preventive Measures
- Always bookmark your custom login URL
- Save both the site URL and login URL together in a password manager
- If you manage the site as a team, record the login URL in a shared document