Feature #90014
closed
Set [BE][loginSecurityLevel] and [FE][loginSecurityLevel] to default value "normal"
Added by Sergio Catalá about 5 years ago.
Updated almost 5 years ago.
Description
Onnly value `normal` is allowed for global options `[BE][loginSecurityLevel]` and `[FE][loginSecurityLevel]` in TYPO3 9.5, because `EXT:rsaauth` is marked as deprecated.
At the moment an empty string is configured for this global option under `sysext/core/Configuration/DefaultConfiguration.php`.
Shouldn't this value be `normal` as default, for the developer not to be forced always to change it to `normal` under `typo3conf/LocalConfiguration.php` for the backend login to work?
- Status changed from New to Closed
Hey Sergio,
ha, just found out that I already fixed this for v10 - DefaultConfiguration is "normal" and nothing in FactoryConfiguration. This is mostly done as "rsaauth" is now treated just like any other extension. So we should be fine in this case.
In addition, AbstractUserAuthentication treats an empty string just like "normal", so both options still "work" however the solution I proposed for v10 only should suffice - what do you think?
If you feel otherwise, hit me up on slack or DM to re-open the issue.
All the best,
Benni.
- Status changed from Closed to New
Hi Benni,
I think this feature could be useful for TYPO3 v9.7. What do you think?
Can it be backported?
- Status changed from New to Closed
Sergio Catalá wrote:
Hi Benni,
I think this feature could be useful for TYPO3 v9.7. What do you think?
Can it be backported?
It does not need to be backported, as the developer does not need to make changes to make the login work. As Benni stated, empty string works just the same way.
Also available in: Atom
PDF