Bug #40686
Javascript error in backend
Status: | Closed | Start date: | 2012-09-06 | |
---|---|---|---|---|
Priority: | Must have | Due date: | ||
Assigned To: | Francois Suter | % Done: | 0% |
|
Category: | saltedpasswords/rsaauth | Spent time: | - | |
Target version: | 6.0.0-beta2 | |||
TYPO3 Version: | 6.0 | Is Regression: | ||
PHP Version: | 5.3 | Sprint Focus: | ||
Complexity: |
Description
Hi,
I just tried Typo3 6.0.0Beta1 and got a problem when I wanted to edit the default admin user using the Module "Backend users".
I figured out, that a Javascript error occurs. The error comes from the saltedpasswords-Extension Version 1.1.0.
In ext_tables.sql, new eval-Validators are set for the be_users Password field. One of the Validators is TYPO3\\CMS\\Saltedpasswords\\Evaluation\\BackendEvaluator (Line 26).
In /typo3/sysext/backend/Classes/Form/FormEngine.php Line 1335, the Validator-Names are used to create a Javascript-Function. But TYPO3\CMS\Saltedpasswords\Evaluation\BackendEvaluator is not a valid Javascript Function.
This has to be fixed please, because I can't edit or create new backend users with the saltedpasswords-Extension.
Related issues
History
#1 Updated by Tim Schreiner almost 3 years ago
Sorry, I meant ext_tables.php in saltedpasswords-Extension.
#2 Updated by Francois Suter almost 3 years ago
- Status changed from New to Needs Feedback
- Assigned To set to Francois Suter
- Target version set to 6.0.0-beta2
This was solved already in current master with issue #40561. Can you confirm that it solves the issue for you?
#3 Updated by Tim Schreiner almost 3 years ago
Hi,
the current master worked for me.
Sorry for that, I must have overseen that issue.
#4 Updated by Francois Suter almost 3 years ago
- Status changed from Needs Feedback to Closed
No problem. Great that it works again for you too.