Actions
Bug #58658
closedsys_action don't set password
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2014-05-09
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
I've got a v6.2 installation and set up a sys_action to create BE users. I use the 3rd party extension be_secure_pw (v6.2.0) for stronger passwords, saltedpasswords and rsaauth are activated by default and work well, but if I use my sys_action to create a new user, the database field "password" in table be_users is empty for the new created user. Seems to be a bug, ya?
Second, saltedpassword logic isn't implemented in sys_action. This would be nice, especially for extensions like be_secure_pw, which hook into the password generation.
My system:
- TYPO3 v6.2.2
- saltedpasswords, rsaauth working
- taskcenter and sys_action v6.2.0
- be_secure_pw v6.2.0
Actions