Your server may have a limited access timeout and has locked you out. It will be 30 mins or less before it resets itself.
Call your host and see if you have a plugin like that on there. It’s called “Limit Login Attempts” plugin.
I try resetting the password it works on wordpress.org and then it doesn’t work on http://acupuncturerelief.ca/wp-login.php
I tried waiting for half an hour too.
Is your site configured to use your WP.org password though?
What do you mean? Do you have to configure that?
Well, you’re sorta confusing me. I don’t use my .org login to login to any of my sites. I have different logins for all my sites.
currently your site is not configured to log in from wp.com but you have to log in as an administrator user … Forgot your username admin?? If you can access the database you can look at who the administrator is. First of all you need to know if you remember the username in your database (not the one on wp.com)
I set it to the same thing though.
Also, I use wordpress.org not .com.
to my knowledge there is no login for wordpress.org instead with wordpress.com via the jetpack login form yes.
currently the source of the login page is the default. (without wordpress.org or wordpress.com).
https://codex.wordpress.org/Editing_wp-config.php#Custom_User_and_Usermeta_Tables
Can you check in the usermeta table who is the administrator?
prefix1_capabilities = a:1:{s:13:"administrator";b:1;} and prefix2_capabilities = a:1:{s:13:"administrator";b:1;}
etc.