Skip to content

Feat: convert user to alumni #28

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

Merged
merged 6 commits into from
Nov 12, 2024
Merged

Feat: convert user to alumni #28

merged 6 commits into from
Nov 12, 2024

Conversation

thekaveman
Copy link
Member

@thekaveman thekaveman commented Oct 28, 2024

An intermediate step that doesn't delete/suspend a user account, but resets their password/sessions and updates their OU and groups.

Also fixes a bug with the reset password command.

Copy link

github-actions bot commented Oct 28, 2024

Coverage report

Click to see where and how coverage changed

FileStatementsMissingCoverageCoverage
(new stmts)
Lines missing
  compiler_admin
  main.py
  compiler_admin/commands/user
  __init__.py
  alumni.py
  convert.py
  offboard.py
  reset.py
  compiler_admin/services
  google.py
Project Total  

This report was generated by python-coverage-comment-action

the implementation expects command name and function name to match
for the auto-discovery to work

previously we had 'reset-password' as the command name
and 'reset_password' as the function name

this normalizes them both to 'reset'
middle step before offboarding/deletion
@thekaveman thekaveman merged commit 7b240f8 into main Nov 12, 2024
2 checks passed
@thekaveman thekaveman deleted the feat/alumni branch November 12, 2024 17:26
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.

1 participant