Add a possibility for non admin users who have email on a given domain name (in Admin panel settings) to send an invitation for inscription

This commit is contained in:
Emile NDAGIJIMANA 2021-10-29 18:34:03 +02:00
parent 344094ec18
commit b51152fca4
8 changed files with 145 additions and 5 deletions

View file

@ -25,6 +25,7 @@ Meteor.publish('setting', () => {
defaultAuthenticationMethod: 1,
spinnerName: 1,
oidcBtnText: 1,
mailDomaineName: 1,
},
},
);