{{define "claim"}} {{if .IsReset}}Jelszó visszaállítása{{else}}A szerver beállítása{{end}} — Felhom

{{if .IsReset}}Jelszó visszaállítása{{else}}A szerver beállítása{{end}}

{{.CustomerName}}

{{if .Flash}}
{{.Flash}}
{{end}} {{if .Error}}
{{.Error}}
{{end}} {{/* R-295 — ONE NAME PER SECRET. This page used to call the SAME three-word code „Beállító kód" on the first-time branch and „Visszaállító kód" on the reset branch, while the TEN-word code that opens the sealed backups is called „Helyreállítási kód" elsewhere in this UI. Two of those three names are near-homographs, and the collision cost a real code. The ruling: the code that gives a person control of the DASHBOARD is „Beállító kód" everywhere — the name this page already showed where it is typed — and where one secret serves two situations the NAME stays constant and the SENTENCE changes. „Visszaállító kód" is retired. This is naming only: no acceptance logic moved, and a test pins that a reset code is still accepted here. */}} {{if .HasCode}}

{{if .IsReset}}Add meg az e-mailben kapott beállító kódot, majd válassz új jelszót.{{else}}Add meg az e-mailben kapott beállító kódot, majd válassz saját jelszót a vezérlőpult védelméhez.{{end}}

{{else}}
Jelenleg nincs aktív kód ehhez a szerverhez. Kérj egy újat az alábbi gombbal — az e-mailben érkezik a regisztrált címre.
{{end}}
{{end}}