| 7 | | |
| 8 | | |
| 9 | | Replying to [ticket:8306 liammitchell]: |
| 10 | | > Fallback to lower(user_login) when nicename is empty string? |
| 11 | | > |
| 12 | | > Additionally if iThemes security suggest putting |
| 13 | | > |
| 14 | | > |
| 15 | | > {{{ |
| 16 | | > define('BP_ENABLE_USERNAME_COMPATIBILITY_MODE', false); |
| 17 | | > }}} |
| 18 | | > in the wp-config.php if using the user_nicename must not be the same as user_id feature. |
| 19 | | > |
| 20 | | > This was happening in a version prior to 6, 4.4.0 I updated to 6 to see if it would fix it but it was still present. |
| 21 | | > |
| 22 | | > Additionally without the compatibility mode enabled, urls seemed to fail when nicename is different to user_login. |
| 23 | | > |
| 24 | | > members/me was giving blank page content or a 404 depending on the url. |
| 25 | | > Theme used did not appear to matter. |