- changes to AccountController
- added postEditAccount
- change postCreateAccount to use lambda
- added success message to edit.html
- added lambda to deal with password to toAccountRequest in Mapping.kt
- added updateAccount to AccountRegistryService
- added accountRegistryUpdate to WebClientCalls.kt
- added NoChangeException
- added NotFoundException
- add link in to edit a user in users.html
- change to AccountController
- update getCreateAccount for change to AccountForm
- add getEditAccount
- add edit.html
- change to Mapping.kt
- update AccountForm toAccountRequest to throw exception if password null
- add Account Response toAccountForm
- change password and passwordConfirm to be null in AccountForm
- add PasswordException
- add getAccount to AccountRegistryService
- add accountRegistryAccount to WebClientCalls.kt
- make / public
- add login on index.html
- add UserAttribute
- add hasRole to RemoteAuthentication
- update HomeController to give welcome instead of index if login.
- add welcome.html