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

Generate invitations to enrol new admin users #582

Merged
merged 1 commit into from
Mar 7, 2024

Conversation

hasarindaKI
Copy link
Contributor

  • Adds new endpoint to handle invitations
  • Enables generating invitation link to share from admin user show page
  • Adds a signup page using token details
  • updates validations on password, so that password is optional

Invitation link
Screenshot 2024-03-06 at 11 55 34 am

show page
Screenshot 2024-03-06 at 11 56 34 am

app/assets/stylesheets/koi/components/_actions-group.scss Outdated Show resolved Hide resolved
app/assets/stylesheets/koi/pages/_login.scss Outdated Show resolved Hide resolved
app/controllers/admin/credentials_controller.rb Outdated Show resolved Hide resolved
app/controllers/admin/sessions_controller.rb Outdated Show resolved Hide resolved
app/views/layouts/koi/login.html.erb Outdated Show resolved Hide resolved
config/routes.rb Show resolved Hide resolved
spec/models/admin/user_spec.rb Outdated Show resolved Hide resolved
spec/requests/admin/tokens_controller_spec.rb Outdated Show resolved Hide resolved
spec/system/admin/invitation_spec.rb Outdated Show resolved Hide resolved
* Adds new endpoint to handle invitations
* Enables generating invitation link to share from admin user show page
* Adds a signup page using token details
* updates validations on password, so that password is optional
@hasarindaKI hasarindaKI merged commit d352dff into main Mar 7, 2024
1 check passed
@hasarindaKI hasarindaKI deleted the feature/admin-invitations branch March 7, 2024 01:18
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