Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 628 Bytes

Index.md

File metadata and controls

10 lines (7 loc) · 628 Bytes

TYPO3 7.6

Since TYPO3 7.6 the login via RSA has changed. If you use your own templates for the login, those templates have to be modified. First add the attribute "data-rsa-encryption" to the input field with the ID "pass" inside the form with the ID "logform". Than you have to add the following submit button to the form with the ID "logform":

<input type="submit" name="submit" style="display:none" id=t3users_login_real_submit/>

From now on logins should work again as long as the TypoScript configuration in plugin.tx_t3users_main.loginbox.extend.method is set to auto or rsa7.