Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #27740, comment 2


Ignore:
Timestamp:
06/07/2014 10:50:41 AM (9 years ago)
Author:
izem
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27740, comment 2

    initial v1  
    66Thing 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.
    77
    8 To avoid this we can add another poka-yoke at wp-admin/install.php
     8To avoid this we can add another check at wp-admin/install.php
    99I've made a patch that check if admin_password isn't empty, but becomes empty if trim() is used on it.