Bug #51308
closedAllow registration of different backend login forms
0%
Description
The TYPO3 backend login form has hard-coded support for username/password and OpenID. There is no way to provide an additional login form, and no way to dynamically add new elements to the backend login form.
It should be possible to hook into the backend login form rendering process and add custom forms.
The existing forms (username/password) and openid should be moved to the new hook system.
This would also allow to disable the username/password form completely and e.g. show the OpenID input field only (#19618).
Updated by Gerrit Code Review about 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23283
Updated by Gerrit Code Review about 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23283
Updated by Ernesto Baschny about 11 years ago
- Category changed from Backend User Interface to Backend API
Updated by Gerrit Code Review about 11 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23283
Updated by Gerrit Code Review about 11 years ago
Patch set 4 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23283
Updated by Gerrit Code Review about 11 years ago
Patch set 5 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23283
Updated by Markus Klein over 9 years ago
- Target version changed from 6.2.0 to 7.4 (Backend)
- Is Regression set to No
Updated by Markus Klein over 9 years ago
- Status changed from Under Review to Closed
- Target version deleted (
7.4 (Backend))
Will be solved with #66669.