Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add user roles #109

Merged
merged 23 commits into from
Jul 24, 2024
Merged

Add user roles #109

merged 23 commits into from
Jul 24, 2024

Conversation

nf679
Copy link
Collaborator

@nf679 nf679 commented Jun 24, 2024

No description provided.

@nmassey001
Copy link
Contributor

nmassey001 commented Jul 18, 2024

@nf679 as we discussed, can you change the following bit of code in jasmin_authenticator.authenticate_user_group_role

for role in user_role:
    if role in ["MANAGER", "DEPUTY"]:
        is_manager = True
    else:
        is_manager = False
return is_manager

Thanks.

@nmassey001 nmassey001 merged commit 627909c into delete Jul 24, 2024
1 check passed
@nf679 nf679 deleted the nicola-delete branch July 24, 2024 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants