Changes between Initial Version and Version 1 of Ticket #27740, comment 2
- Timestamp:
- 06/07/2014 10:50:41 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27740, comment 2
initial v1 6 6 Thing is, user didn't leave the password blank and might expect it to be the whitespace-only password he entered and not a random password that will be emailed to him later. 7 7 8 To avoid this we can add another poka-yokeat wp-admin/install.php8 To avoid this we can add another check at wp-admin/install.php 9 9 I've made a patch that check if admin_password isn't empty, but becomes empty if trim() is used on it.