Skip to content

Commit

Permalink
fixed #245
Browse files Browse the repository at this point in the history
  • Loading branch information
TommasoAzz committed Jan 14, 2020
1 parent ee77e04 commit f9aeb07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion php/components/registrazione.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<h1>Registrati</h1>
<form onsubmit="return validazione_form_registrazione();" action="./registrazione.php" method="post"
class="form form_verticale">
<div id="credenziali_errate"></div>
<div id="info_box"></div>
<fieldset>
<legend class="aiuti_alla_navigazione">Informazioni generali</legend>
<div>
Expand Down
1 change: 1 addition & 0 deletions php/registrazione.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ function placeholder_replacement_with_empty(&$pagina) {
if($codice_registrazione === -1) {
$messageToUser = htmlentities("C'è stato un errore nel processo di registrazione.");
} else if($codice_registrazione === -2) {
$divClasses = "aligned_with_form messaggio_attenzione";
$messageToUser = "Un profilo ". htmlentities("è già") . " presente con l'indirizzo <span xml:lang=\"en\">mail</span> fornito. Puoi accedere cliccando su <a href=\"login.php\" title=\"Vai alla pagina di accesso\">questo link</a>.";
} else {
// tento di creare una cartella per salvare da qui in avanti i file dell'utente
Expand Down

0 comments on commit f9aeb07

Please sign in to comment.