Make WordPress Core

Changes between Initial Version and Version 3 of Ticket #52976


Ignore:
Timestamp:
04/06/2021 03:38:11 AM (2 years ago)
Author:
sabernhardt
Comment:

Related: #32158

strcasecmp was used for the wp_insert_user function (but not wp_update_user)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #52976

    • Property Version changed from 5.7 to 4.3
    • Property Component changed from General to Users
  • Ticket #52976 – Description

    initial v3  
    1 In user.php for wordpress 5.7: [https://core.trac.wordpress.org/browser/tags/5.7/src/wp-includes/user.php] email update comparisons are case sensitive. Is there a specific reason for this? Because emails are case insensitive. Here is the line that does that:
     1In [https://core.trac.wordpress.org/browser/tags/5.7/src/wp-includes/user.php#L2188 user.php] for WordPress 5.7, email update comparisons are case sensitive. Is there a specific reason for this? Because emails are case insensitive. Here is the line that does that:
    22{{{
    33#!php