Add description to the list of active sessions
authorTim Düsterhus <duesterhus@woltlab.com>
Thu, 19 Nov 2020 09:11:08 +0000 (10:11 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Thu, 19 Nov 2020 09:11:08 +0000 (10:11 +0100)
com.woltlab.wcf/templates/accountSecurity.tpl
wcfsetup/install/lang/de.xml
wcfsetup/install/lang/en.xml

index 986bf3a32eb2b67ff685c2088731777c685dc5f1..8e2c030cf199f5faec6a3205a8a88540251a531a 100644 (file)
 </section>
 
 <section class="section">
-       <h2 class="sectionTitle">{lang}wcf.user.security.activeSessions{/lang}</h2>
+       <header class="sectionHeader">
+               <h2 class="sectionTitle">{lang}wcf.user.security.activeSessions{/lang}</h2>
+               <p class="sectionDescription">{lang}wcf.user.security.activeSessions.description{/lang}</p>
+       </header>
        
        <ul class="containerList">
                {foreach from=$activeSessions item=session}
index be7f395fd7bdd0efc567e2a5a9e0832d036772dd..988756629c4ea8989ef6ebe6ecefb793691dac22 100644 (file)
@@ -4899,6 +4899,7 @@ Die E-Mail-Adresse des neuen Benutzers lautet: {@$user->email}
                <item name="wcf.user.security.multifactor.com.woltlab.wcf.multifactor.totp.description"><![CDATA[<p class="small">{if LANGUAGE_USE_INFORMAL_VARIANT}Generiere Einmalcodes mit einer kostenlosen App auf deinem Smartphone.{else}Generieren Sie Einmalcodes mit einer kostenlosen App auf Ihrem Smartphone.{/if}</p>]]></item>
                <item name="wcf.user.security.multifactor.com.woltlab.wcf.multifactor.email.description"><![CDATA[<p class="small">{if LANGUAGE_USE_INFORMAL_VARIANT}Du erhältst bei jedem Login einen Einmalcode an deine E-Mail-Adresse.{else}Sie erhalten bei jedem Login einen Einmalcode an Ihre E-Mail-Adresse.{/if}</p>]]></item>
                <item name="wcf.user.security.multifactor.description"><![CDATA[{if LANGUAGE_USE_INFORMAL_VARIANT}Schütze dein Benutzerkonto{else}Schützen Sie Ihr Benutzerkonto{/if}, indem bei jedem Login eine zusätzliche Authentifizierung mit Hilfe eines zweiten Faktors erforderlich ist.]]></item>
+               <item name="wcf.user.security.activeSessions.description"><![CDATA[{if LANGUAGE_USE_INFORMAL_VARIANT}Du bist{else}Sie sind{/if} derzeit in den aufgelisteten Webbrowsern eingeloggt. {if LANGUAGE_USE_INFORMAL_VARIANT}Beende Sitzungen, die du nicht mehr benötigst oder nicht erkennst.{else}Beenden Sie Sitzungen, die Sie nicht mehr benötigen oder nicht erkennen.{/if} {if LANGUAGE_USE_INFORMAL_VARIANT}Du kannst dein Kennwort{else}Sie können Ihr Kennwort{/if} in der <a href="{link controller='AccountManagement'}{/link}">Account-Verwaltung</a> ändern.]]></item>
        </category>
        <category name="wcf.user.trophy">
                <item name="wcf.user.trophy.trophyPoints"><![CDATA[Trophäen]]></item>
index a1e179307d54b46e37c04a8c745f54efee412b59..d7f5ea4fbc3869faf9349d34dd9839d4ff83811b 100644 (file)
@@ -4896,6 +4896,7 @@ Open the link below to access the user profile:
                <item name="wcf.user.security.multifactor.com.woltlab.wcf.multifactor.totp.description"><![CDATA[<p class="small">Generate one time codes with a free app on your smartphone.</p>]]></item>
                <item name="wcf.user.security.multifactor.com.woltlab.wcf.multifactor.email.description"><![CDATA[<p class="small">You will receive a one time code via email after logging in.</p>]]></item>
                <item name="wcf.user.security.multifactor.description"><![CDATA[Protect your account by requiring authentication with a second factor for every login.]]></item>
+               <item name="wcf.user.security.activeSessions.description"><![CDATA[You are currently logged into your account in the listed web browsers. Revoke sessions you no longer need or that you do not recognize. You can change your password within the <a href="{link controller='AccountManagement'}{/link}">Account Management Form</a>.]]></item>
        </category>
        <category name="wcf.user.trophy">
                <item name="wcf.user.trophy.trophyPoints"><![CDATA[Trophies]]></item>