Changes between Version 1 and Version 2 of Ticket #51613, comment 13
- Timestamp:
- 10/26/2020 05:30:42 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #51613, comment 13
v1 v2 1 In [attachment:"51613.diff"] I remove the preloading of the password on JS entirely, we already do this in PHP where needed. In my testing this fixed the error and password generation continued to work well where needed.1 In [attachment:"51613.diff"] removes the preloading of the password in JS entirely; we already do this in PHP where needed. In my testing this fixed the reported console error and password generation continued to work as expected. 2 2 3 3 @sarahricker and @ntsekouras can you confirm this resolves the console error you were seeing and also if possible test the user profile, password reset and new site install screens to verify password generation (plus show/hide and cancel when present) still works as expected?