You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have defined the guest role on Admin UI - Account - Registration - Default Roles for Users
But when I'm creating a user though the portal doing it manual filling the form, it sends the following json to the api.
I know that I left empty the list_box where you can choose on which roles you want to add the user but that's because I want to use the default one defined on Admin UI - Account - Registration - Default Roles for Users
Steps to reproduce:
Define your default roles on Admin UI - Account - Registration - Default Roles for Users
Create a manual user through https://yourdomain/admin/users/new
Check the role of the user created
Expected behavior:
I would like to have on my user the default role
Actual behavior:
It creates the user but doesn't have been assigned to any role.
Server Setup Information:
Version of Rocket.Chat Server: 5.2.0
Operating System: Ubuntu 20.04
Deployment Method: docker-compose
Number of Running Instances:
DB Replicaset Oplog:
NodeJS Version: v14.19.3
MongoDB Version: 5.0.13
Client Setup Information
Desktop App or Browser Version: Firefox 108.0.2
Operating System: Ubuntu 22.04
The text was updated successfully, but these errors were encountered:
Description:
I have defined the
guest role
on Admin UI - Account - Registration - Default Roles for UsersBut when I'm creating a user though the portal doing it manual filling the form, it sends the following json to the api.
I know that I left empty the list_box where you can choose on which roles you want to add the user but that's because I want to use the default one defined on Admin UI - Account - Registration - Default Roles for Users
Steps to reproduce:
Expected behavior:
I would like to have on my user the default role
Actual behavior:
It creates the user but doesn't have been assigned to any role.
Server Setup Information:
Client Setup Information
The text was updated successfully, but these errors were encountered: