Variable Account.password

The auth'd user's email

struct Account
{
  // ...
  string password ;
  // ...
}