Changeset 12694 for trunk/src/bp-members/bp-members-functions.php
- Timestamp:
- 07/29/2020 06:44:23 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-members/bp-members-functions.php
r12693 r12694 1588 1588 * - Is the email address well-formed? 1589 1589 * - Is the email address already used? 1590 * - If there 's an email domain blacklist, is the current domain on it?1590 * - If there are disallowed email domains, is the current domain among them? 1591 1591 * - If there's an email domain whitelest, is the current domain on it? 1592 1592 * … … 1705 1705 } 1706 1706 1707 // User name can't be on the blacklist.1707 // User name can't be on the list of illegal names. 1708 1708 $illegal_names = get_site_option( 'illegal_names' ); 1709 1709 if ( in_array( $user_name, (array) $illegal_names ) ) {
Note: See TracChangeset
for help on using the changeset viewer.