Enum BowireUserMigrationMode
- Namespace
- Kuestenlogik.Bowire.Auth
- Assembly
- Kuestenlogik.Bowire.dll
What an install should do about legacy single-user state (#97).
public enum BowireUserMigrationMode
Fields
Auto = 1Migrate into the first identity that signs in, without asking. For installs where the operator knows there is exactly one person.
Prompt = 0Offer it once and let the person decide. The default, because the first identity to sign in is not reliably the one the data belongs to.
Skip = 2Never offer. For installs that want to start clean, and for the operator who has already moved the data by hand.