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
When a new user is registered it is assigned a level based solely on her contributions. This needs to be modified considering that MappingLevel is now a table instead of an enumeration.
Uh oh!
There was an error while loading. Please reload this page.
When a new user is registered it is assigned a level based solely on her contributions. This needs to be modified considering that MappingLevel is now a table instead of an enumeration.
Considerations
Locations
backend/services/users/user_service.py
(register_user_with_email()
)/actions/register/
backend/services/users/user_service.py
(register_user()
) assigns levelbackend/services/users/authentication_service.py
(AuthenticationService.login_user()
)backend/api/system/authentication.py
(/authentication/callback/
)Discussion
Applies the same as for issue #6878
The text was updated successfully, but these errors were encountered: