Make WordPress Core


Ignore:
Timestamp:
02/16/2026 05:01:33 PM (2 months ago)
Author:
joedolson
Message:

Users: Set username, email, and password fields to ltr.

Usernames, email, and password fields are currently rtl in rtl locales. However, these fields are primarily standardized to ltr character sets and for better experience and readability, should be presented left-to-right in all locales.

Fix username, email, and password fields throughout install and admin to be set to ltr text direction.

Props man4toman, sabernhardt, ierwira, agnieszkaszuba, SergeyBiryukov, joyously, hellofromTonya, shibleemehdi, oglekler, audrasjb, sajjad67, huzaifaalmesbah, joedolson.
Fixes #54915.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-signup.php

    r61444 r61651  
    7575            .mu_register #blogname,
    7676            .mu_register #user_name { width: 100%; font-size: 24px; margin: 5px 0; box-sizing: border-box; }
     77        .mu_register input[type="email"],
     78            .mu_register #user_name { direction: ltr; }
    7779        .mu_register #site-language { display: block; }
    7880        .mu_register .prefix_address,
Note: See TracChangeset for help on using the changeset viewer.