diff --git a/cis/private/profile/change_password.php b/cis/private/profile/change_password.php index b45504496..39975353b 100644 --- a/cis/private/profile/change_password.php +++ b/cis/private/profile/change_password.php @@ -61,7 +61,13 @@ if(isset($_GET['requiredtochange'])) { echo ''.$p->t('passwort/RequiredToChangeInfo').'

'; } -echo $p->t('passwort/InfotextPolicy').' +echo $p->t('passwort/InfotextPolicy'); + +if($p->t('dms_link/passwortpolicy')!='') +{ + echo '

'.$p->t('passwort/weitereInfos',array($p->t('dms_link/passwortpolicy'))); +} +echo '

diff --git a/locale/de-AT/dms_link.php b/locale/de-AT/dms_link.php index 2ea929d4f..655b108bb 100755 --- a/locale/de-AT/dms_link.php +++ b/locale/de-AT/dms_link.php @@ -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) diff --git a/locale/de-AT/passwort.php b/locale/de-AT/passwort.php index 1654b8345..17c8f59ad 100755 --- a/locale/de-AT/passwort.php +++ b/locale/de-AT/passwort.php @@ -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 diesem Link'; ?> diff --git a/locale/en-US/passwort.php b/locale/en-US/passwort.php index f0fe46eb7..ef144006e 100755 --- a/locale/en-US/passwort.php +++ b/locale/en-US/passwort.php @@ -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 this link'; ?>