Accounts password login event pipeline

What are the events fired when someone logs in using accounts-password?

For example, the user clicks the default drop down, enters in the first box his user name, and the second box his password, when the user clicks “Enter or Login”, what Accounts methods are called on the client and server and in what order?

UPDATE: Never mind, I just hooked onto the Accounts.onLogin in order to get what I need done.