Yes that is a completely different issue. I am not sure the invite flow can be captured by any known password manager. I wonder if putting the email on the page as a form field, but read-only, would work? @techapj can you put on your list a quick hack to test this theory?
The issue is that password manager is saving site location as http://forum.example.com/users/password-reset, so the credential is not getting used on http://forum.example.com. We somehow need to tell password manager to save site location as http://forum.example.com. This may be tricky.
My password managers don’t care much about the full URL, only the domain.tld
What happens a lot is that the password is saved without an email, preventing it from being used (or preventing Keychain on a mac from saving anything at all)
We are providing username (instead of email) in the form. I just checked and Chrome default password manager is saving the username password combination.