Project

General

Profile

Bug #68539

Updated by Xavier Perseguers almost 9 years ago

File: @EXT:saltedpasswords/Resources/Private/Language/locallang.xlf@ 

 Duplicate identifiers @ext.saltedpasswords.configuration.message.warningForceSaltedNote@ and @ext.saltedpasswords.configuration.message.warningRsaauthNotInstalledButConfigured@: identifiers: 

 <pre> 
			 <trans-unit id="ext.saltedpasswords.configuration.message.warningForceSaltedNote"> 
				 <source>This may lock you out of the backend!</source> 
			 </trans-unit> 
			 ... 
			 <trans-unit id="ext.saltedpasswords.configuration.message.warningForceSaltedNote"> 
				 <source>Because of this, it is not possible to login with users not having a salted password hash (e.g. existing frontend users).</source> 
			 </trans-unit> 
			 ... 
			 <trans-unit id="ext.saltedpasswords.configuration.message.warningRsaauthNotInstalledButConfigured"> 
				 <source>The "rsaauth" extension is not installed, but TYPO3 CMS is configured to use it. Either install the extension or adapt the configuration by setting [FE][loginSecurityLevel] to "normal" in the Install Tool.</source> 
			 </trans-unit> 
			 <trans-unit id="ext.saltedpasswords.configuration.message.warningRsaauthNotInstalledButConfigured"> 
				 <source>The "rsaauth" extension is not installed, but TYPO3 CMS is configured to use it. Either install the extension or adapt the configuration by setting [FE][loginSecurityLevel] to "normal" in the Install Tool.</source> 
			 </trans-unit> 
 </pre> 

 Please remove invalid/rename accordingly since it looks like "new" since v7. 

 *IT BUGS THE TRANSLATION SERVER*

Back