// Package admin desrcibes the admin view containing references to // various managers and editors package admin import ( "bytes" "encoding/json" "fmt" "html/template" "net/http" "github.com/ponzu-cms/ponzu/system/admin/user" "github.com/ponzu-cms/ponzu/system/api/analytics" "github.com/ponzu-cms/ponzu/system/db" "github.com/ponzu-cms/ponzu/system/item" ) var startAdminHTML = `
You need to initialize your system by filling out the form below. All of this information can be updated later on, but you will not be able to start without first completing this step.
Please log in to the system using your email address and password.
Please enter the email for your account and a recovery message will be sent to you at this address. Check your spam folder in case the message was flagged.
Please check for your recovery key inside an email sent to the address you provided. Check your spam folder in case the message was flagged.
Data range: {{ .from }} - {{ .to }} (UTC)
Sorry, the request was unable to be completed.
Sorry, the page you requested could not be found.
Sorry, the method of your request is not allowed.
Sorry, something unexpectedly went wrong.
%s