fourcodes-org / proof-of-concepts

2 stars 1 forks source link

59. Please create a user named "dev-user, admin-user, read-user"? and Attached to the user with the appropriate group. #118

Closed four-codes closed 1 year ago

fourtimes commented 1 year ago
  1. while creating a user we have to attach the user in a specified group.
    # user         group
    dev-user   => dev-group
    admin-user => admin-group
    read-user  => read-group

    Image