Check spam message
This commit is contained in:
parent
8f93e9db22
commit
8726b64b6d
4 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
||||||
url: "http://localhost:3000"
|
url: "http://localhost:3000"
|
||||||
log_level: 2
|
log_level: 2
|
||||||
language: "it"
|
language: "it"
|
||||||
|
profiling: false
|
||||||
|
|
||||||
keys:
|
keys:
|
||||||
cookie_store_key: "something-very-secret"
|
cookie_store_key: "something-very-secret"
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
url: "http://localhost:3000"
|
url: "http://localhost:3000"
|
||||||
log_level: 2
|
log_level: 2
|
||||||
language: "it"
|
language: "it"
|
||||||
|
profiling: false
|
||||||
|
|
||||||
keys:
|
keys:
|
||||||
cookie_store_key: "something-very-secret"
|
cookie_store_key: "something-very-secret"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
url: "http://localhost:3000"
|
url: "http://localhost:3000"
|
||||||
log_level: 2
|
log_level: 2
|
||||||
language: "it"
|
language: "it"
|
||||||
profiling: true
|
profiling: false
|
||||||
|
|
||||||
keys:
|
keys:
|
||||||
cookie_store_key: "something-very-secret"
|
cookie_store_key: "something-very-secret"
|
||||||
|
|
|
@ -15,7 +15,9 @@
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Una mail con le credenziali di accesso è stata inviata
|
Una mail con le credenziali di accesso è stata inviata
|
||||||
all'indirizzo <strong>{{.Data.Email}}</strong>.
|
all'indirizzo <strong>{{.Data.Email}}</strong>. Qualora il
|
||||||
|
messaggio non fosse stato recapitato nella cartella "Posta in
|
||||||
|
arrivo" si prega di controllare la cartella "Spam".
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Ora è possibile <a href="/logout">uscire</a> da questa sessione e
|
Ora è possibile <a href="/logout">uscire</a> da questa sessione e
|
||||||
|
|
Loading…
Reference in a new issue