mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-25 17:25:57 +03:00
[GH-ISSUE #324] Admin Panel User Invitations Don't Function. #175
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#175
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Ryonez on GitHub (Jan 5, 2019).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/324
Inviting users via the admin Panel doesn't seem to function, even though the page responds with "User invited correctly". The email is never received by the end user.
Steps taken to test:
Tried a password hint.
Tried inviting a user via an organisation.
Both of these resulted in emails being sent.
@mprasil commented on GitHub (Jan 5, 2019):
This is currently WIP by @njfox. Most of the functionality should be there from previous admin implementation, it just needs to be implemented in the new admin interface. Right now the workaround would be to create empty Organization and invite users to the Org.
@Ryonez commented on GitHub (Jan 5, 2019):
Understood, just reporting it as it's a function that's not working.
@dani-garcia commented on GitHub (Jan 6, 2019):
This should work now, with #323 merged.
@Ryonez commented on GitHub (Jan 7, 2019):
Tested on docker, worked great thank you.