How to convert the XenForo username to lowercase

XenForo How to convert the XenForo username to lowercase

Compatible XF Versions
2.0 , 2.1 , 2.2 , 2.3
Visible Branding
No
Today, I will show you how to convert usernames to lowercase. Please go to phpMyAdmin > SQL and run this command
SQL:
UPDATE xf_user SET username = LOWER(username);
1717517851669.png

Or use this command if you only...
You do not have permission to view the full content of this resource. Log in or register now.
  • Like
Reactions: aab985030
Author
Styling
Views
First release
Last update
Rating
0.00 star(s) 0 ratings
Back
Top Bottom