[wp-hackers] Username Madness
scribu
scribu at gmail.com
Tue Nov 3 14:24:15 UTC 2009
Currently, in the wp_users table, there are 3 fields for the user name:
user_login
user_nicename
display_name
Besides those, we have two fields in wp_usermeta:
first_name
last_name
Instead of retaining a value, display_name should only remember the user
preference:
1 - user_login
2 - user_nicename
3 - first_name + last_name
with 2 as the default value.
Any thoughts?
--
http://scribu.net
More information about the wp-hackers
mailing list