mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
Link für zusätzliche Informationen zur Passwortänderung hinzugefügt
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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>';
|
||||
?>
|
||||
|
||||
@@ -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>';
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user