Workgroup

  • Thread starter Thread starter TotallyConfused
  • Start date Start date
T

TotallyConfused

When copying database and using fOSUsername, I only get back an ID. How do I
set it up to be able to use the function fOSUsername and generate the name of
the user. Instead of ID: 123456 - Jane Doe???? Thank you in advance for
your help.
 
You'd have to have a table with two fields - ID and Username. Then you can look up the name that matches the ID that fOSUsername returns.
 
Back
Top