Opened 7 weeks ago
#62662 new enhancement
Ability to rename wp-admin and wp-login in wp-config.php
Reported by: | nabtron | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | major | Version: | 6.7.1 |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
I have been dealing with multiple requests from users who get constant bruteforce hits on wp-admin and wp-login.php file.
One solution is to make them renameable by removing hard coded values from the codebase and replace with e.g. ADMINPATH and LOGINPATH (like ABSPATH) which may be editable in wp-config.php.
Note: See
TracTickets for help on using
tickets.