@model LightTube.Contexts.MessageContext @{ ViewData["Title"] = "Register"; Layout = "_Layout"; } @if (!string.IsNullOrWhiteSpace(Model.Message)) {
@Model.Message
}

...or register with a local account

What is the difference?

  • Remote account data is saved in this lighttube instance, while local account data is stored in your browser's cookies
    • This means that the author of this lighttube instance cannot see your account data
    • It also means that, if you clear your cookies a lot, your account data will also get lost with the cookies