I am setting up a WW forum for an organization with six thousand members using the Membership API to link into our current database of membership. I am trying to decide what to use for the username field in WW.
Our member database uses a unique member ID field as the identifier. It seems logical to pass this number into the WW as the username, but I do not want to expose the membership #'s for security reasons, nor do I want the username to be a number. Another option is to pass the First and Last Name (e.g. JohnDoe), which seems ideal, but we a have ton of users with the same name, therefore this could never be truly unique. Lastly, I am also considering allowing them to create a username (on my end) before they can access the forum.
I do not need help with the implementation, just advice on anything I may be overlooking.
Thanks,
Brian