// EmailSetting - it is handy to have this as a separate message b/c otherwise we could not distinguish between empty string and unset email.
// PasswordSetting - it is handy to have this as a separate message b/c otherwise we could not distinguish between empty string and an unspecified password.
messagePasswordSetting{
// The password
stringpassword=1;
}
// EmailSetting - it is handy to have this as a separate message b/c otherwise we could not distinguish between empty string and an unspecified email.
messageEmailSetting{
// The email adress
stringemail=1;
}
// EntitySetting - it is handy to have this as a separate message b/c otherwise we could not distinguish between empty string and unset email.
// EntitySetting - it is handy to have this as a separate message b/c otherwise we could not distinguish between empty string and an unspecified entity.
messageEntitySetting{
// The entity which represents this user (e.g. a Person or Device Record).