I have a very simple domain model where there is a Person which has a generalization of Administration.Account.
The first page that people see is a login page where existing users can log in and if you do not have an account you click create new account. I am trying to get anonymous users to be able to create an account from that page, but cannot seem to figure out how to get users to fill out a form where they are able to enter in a password. I don't seem to be able to access the "NewPassword" field.
Thanks