If you're going to show the password fields (which is fine, helps reduce errors), I would suggest modifying the INPUT tag accordingly:
<input autocomplete="off">
So that when typing in something, a password doesn't pop up. If another user happens to be creating accounts, they could see other people's previous passwords.