• Resolved jester48

    (@jester48)


    I have a site with custom user roles, a user may have one or multiple roles, how do the roles need to be formatted in order to be imported correctly?

    Given an export file of users such as

    ID,user_login,user_email,first_name,last_name,FfPCe_capabilities,user_board

    101,login,[email protected],Doe,John,”cap_1; cap_2; cap_3″,”board name”

    I can format the capability field in any way but it must be editable by a board admin to change board values and capabilities, then uploaded to make the updates.

    TIA

    • This topic was modified 8 months, 2 weeks ago by jester48.
Viewing 1 replies (of 1 total)
  • Plugin Author Trey

    (@ix3)

    Hi @jester48,

    I have a site with custom user roles, a user may have one or multiple roles, how do the roles need to be formatted in order to be imported correctly?

    The roles need to be comma-separated, e.g.:

    role1,role2,role3
Viewing 1 replies (of 1 total)

The topic ‘How does it manage multiple roles?’ is closed to new replies.