Originally created by @Ryonez on GitHub (Jan 5, 2019).
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.
Originally created by @Ryonez on GitHub (Jan 5, 2019).
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.
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.
@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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @Ryonez on GitHub (Jan 5, 2019).
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.