mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Remove invitation code if email sending failed, improve registration process with invitation
This commit is contained in:
parent
feafc46bb5
commit
f82941550a
4 changed files with 19 additions and 12 deletions
|
@ -13,7 +13,6 @@ AccountsTemplates.addFields([{
|
|||
displayName: 'Invitation Code',
|
||||
required: false,
|
||||
minLength: 6,
|
||||
errStr: 'Invitation code doesn\'t exist',
|
||||
template: 'invitationCode',
|
||||
}]);
|
||||
|
||||
|
@ -69,4 +68,3 @@ if (Meteor.isServer) {
|
|||
};
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue