Customer save password #4412
-
Hello, Sorry for my English Preconditions
In this file app/code/core/Mage/Customer/Model/Customer/Attribute/Backend/Password.php function beforeSave
Would it be possible to add protection to the trim?
I have a lot of third-party code and I can't say how I got here with this warning. But the change does not appear to have any impact on processes |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
What warning do you get? |
Beta Was this translation helpful? Give feedback.
-
The null deprecation on |
Beta Was this translation helpful? Give feedback.
The null deprecation on
password = trim($object->getPassword());
was fixed in PR #2891.