Uppercase characters are not blocked in usernames on single site setups.
Uppercase characters ARE blocked in usernames on multisite setups. The wpmu_validate_user_signup function forces lowercase a-z and numbers 0-9 only.
Related Posts:
- Should I sanitize an email address before passing it to the is_email() function?
- Escaping and sanitizing SVGs in metabox textarea
- What is the difference between wp_strip_all_tags and wp_filter_nohtml_kses?
- What is the best way to sanitize data?
- Should nonce be sanitized?
- esc_url removes white space. Can I change that to using ‘-‘?
- WP Coding standards – escaping the inescapable?
- Sanitatizing when using the posts_where hook
- Escape hexadecimals/rgba values
- Must I serialize/sanitize/escape array data before using set_transient?
- Echo JavaScript Safely
- wp_kses ignore allowed and allow everything
- Sanitize array callback for the WordPress Settings API
- How to escape $_GET and check if isset?
- What’s a safe / good way to output HTML safely within WordPress templates?
- Do Not Understand → Rule No. 4: Making Data Safe Is About Context [closed]
- Sanitizing output that contains quotes?
- WP_Customize_Manager: How to get control ID
- How to use wp_filter_oembed_result?
- Sanitization html output itself
- Post text sanitization after publishing/editing – changes are not saved
- wp_set_object_terms() without accents
- Escaping data from database (users table) is necessary?
- Properly sanitize an input field “Name “
- What is the proper way to sanitize $_POST and $_GET vars?
- Why is sanitize_text_field() selectively trimming data?
- Is sanitize_title enough to generate post slugs?
- In Which Contexts are Plugins Responsible for Data Validation/Sanitization?
- wordpress sanitize array?
- Should HTML output be passed through esc_html() AND wp_kses()?
- When to use esc_html and when to use sanitize_text_field?
- Sanitize and data validation with apply_filters() function
- Custom page with variables in url. Nice url with add_rewrite_rule
- Sanitize content from wp_editor
- Settings API – sanitizing urls, email addresses and text
- Sanitation needed for WP_Query or get_posts calls?
- Escaping WP_Query tax_query when term has special character(s)
- Can I create customizer setting that can handle plugin shortcode?
- Does WordPress sanitize arguments to WP_Query?
- Make shortcode work with nested double quotes
- Shortcode putting html such as
- How to properly sanitize strings without $wpdb->prepare?
- Default WordPress settings API data sanitization
- How do I sanitize a javascript text?
- Importing JSON feed should the content be sanitized?
- Is there an equivalent of the PHP function sanitize_key in Gutenberg?
- How to display data from custom table in wordpress database?
- array_map() for sanitizing $_POST
- Correct processing of `$_POST`, following WordPress Coding Standards
- How does WordPress store data?
- Sanitizing search data for use with WP_Query
- why is esc_html() returning nothing given a string containing a high-bit character?
- Sanitizing comments or escaping comment_text()
- How to sanitize post meta field value?
- Data Validation: Always escape late / escape HTML Code
- Filter string like a slug
- Default WordPress taxonomy (Tag) – How to add a custom field to form and save it to the database
- Sanitizing, Validating and Escaping in WordPress (Plugin)
- Change filename during upload
- Settings API – sanitize_callback is not called and it leads to an incorrect behavior
- Why does wp_redirect strip out %0A (url encoded new line character) and how do I make it stop?
- Best Practice for Validating and Sanitizing Data
- Is it necessary to sanitize wp_set_password user input?
- Preserve old values on error in setting API
- Can i use the same sanitize function on multiple theme mod textboxes?
- Sanitize Disqus API results?
- Data sanitization for user registration and user login
- Copy content stored in meta to post content
- remove_accents does not seem to work (when used inside sanitize_file_name filter)
- Customizer: Category Select Sanitize
- data (html) migration to posts
- What is the safe way to print tracking code / pixel code before tag or tag
- Do we have to santise html passing into Javascript ? How?
- Are un-sanitized theme options more vulnerable to malicious scripts than the theme editor?
- What’s the proper way to sanitize checkbox value sent to the database
- How to escape html generate by a loop
- Does meta-data need to be sanitized?
- Can A Post Meta Field Store multiple values that are not in an array?
- esc_attr on get_post_meta [closed]
- Using esc_url_raw with protocols properly
- Output Sanitation
- Sanitize $_GET variable when comparing
- Function sanitize_title() does not appear to be working
- Sanitaizing Select Optin For Custom Post Type Metabox in WP
- How to handle complex data with Settings API
- Toggle Shortcode Sanitize Title
- settings api and the data passed in the parameter
- Sanitizing URL in a WordPress plugin
- how to sanitize customizer checkbox control
- do I need to sanitize a shortcode’s function input?
- Form Sanitization and Validation
- Data not displaying in text field
- Proper Way to Sanitize Meta Input
- Sanitize html, where to sanitize
- Save selectlist value (taxonomy) in wp:wp_set_object_terms
- Notice: Undefined index: in options-framework.php
- How to use esc_attr__() function properly to translate a variable that contains string?
- oneOf two possible objects in WP REST API?
- How to return responsive images from a sanitize_callback?
- how to sanitizing $_POST with the correct way?