Link für zusätzliche Informationen zur Passwortänderung hinzugefügt

This commit is contained in:
Andreas Österreicher
2017-11-13 14:36:17 +01:00
parent 98e3868f6a
commit 5bd23b6dfd
4 changed files with 10 additions and 1 deletions
+7 -1
View File
@@ -61,7 +61,13 @@ if(isset($_GET['requiredtochange']))
{
echo '<span class="error">'.$p->t('passwort/RequiredToChangeInfo').'</span><br><br>';
}
echo $p->t('passwort/InfotextPolicy').'
echo $p->t('passwort/InfotextPolicy');
if($p->t('dms_link/passwortpolicy')!='')
{
echo '<br><br>'.$p->t('passwort/weitereInfos',array($p->t('dms_link/passwortpolicy')));
}
echo '
<br>
<br>
<form action="'.$_SERVER['PHP_SELF'].'" method="POST">
+1
View File
@@ -18,6 +18,7 @@ $this->phrasen['dms_link/handbuchZeitaufzeichnung']='1545'; //Handbuch Zeitaufze
$this->phrasen['dms_link/fiktiveNormalarbeitszeit']='2512'; //fiktive Normalarbeitszeit -> Leer lassen, falls es keines gibt
$this->phrasen['dms_link/learningAgreementErasmus']='29266'; //Learning Agreement Incomings Erasmus
$this->phrasen['dms_link/learningAgreement']='38866'; //Learning Agreement Incomings NICHT Erasmus
$this->phrasen['dms_link/passwortpolicy']='57972'; //Passwortpolicy
// Content IDs (=Englisch)
$this->phrasen['dms_link/lvPlanFAQ']='6887'; //Hilfe-Link aus dem LV-Plan in die LV-Plan FAQ auf der CIS (CMS-ID)
+1
View File
@@ -33,4 +33,5 @@ $this->phrasen['passwort/WeiterZumLogin']='Weiter zum Login';
$this->phrasen['passwort/RequiredToChangeInfo']='Sie haben Ihr Passwort seit über einem Jahr nicht mehr geändert.
Bitte ändern Sie umgehend Ihr Passwort';
$this->phrasen['passwort/nichtGleich']='Das neue Passwort muss sich vom alten Passwort unterscheiden.';
$this->phrasen['passwort/weitereInfos']='Weitere Informationen zur Passwort Policy finden Sie unter <a href="../../../cms/dms.php?id=%s">diesem Link</a>';
?>
+1
View File
@@ -33,4 +33,5 @@ $this->phrasen['passwort/WeiterZumLogin']='Proceed to Login';
$this->phrasen['passwort/RequiredToChangeInfo']='You have not changed your password for over a year.
Please change your password immediately';
$this->phrasen['passwort/nichtGleich']='The new password must be different from the old password.';
$this->phrasen['passwort/weitereInfos']='More information about the Password Policy can be found at <a href="../../../cms/dms.php?id=%s">this link</a>';
?>