By default, WordPress’ login and admin pages have unintuitive URLs:
example.com/wp-login.php
example.com/wp-admin/
Luckily, recent versions of WordPress have the following shortcuts:
example.com/login
– sends you to the login page
example.com/admin
– sends you to the admin page (Dashboard)
example.com/dashboard
– sends you to the admin page (Dashboard)
So much more intuitive and easier to remember!