mirror of
https://github.com/wekan/wekan.git
synced 2025-12-20 09:20:12 +01:00
Fix this bug, if OIDC button text was customized, the default text will be added if a user click on 'Forgot your password' and valid or ckick on 'Register'
This commit is contained in:
parent
3ce1e8220b
commit
81f5b6a428
4 changed files with 12 additions and 3 deletions
|
|
@ -180,6 +180,10 @@ Template.userFormsLayout.events({
|
||||||
templateInstance.isLoading.set(false);
|
templateInstance.isLoading.set(false);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
isCheckDone= false;
|
||||||
|
},
|
||||||
|
'click #at-signUp'(event, templateInstance){
|
||||||
|
isCheckDone= false;
|
||||||
},
|
},
|
||||||
'DOMSubtreeModified #at-oidc'(event){
|
'DOMSubtreeModified #at-oidc'(event){
|
||||||
if(alreadyCheck <= 2){
|
if(alreadyCheck <= 2){
|
||||||
|
|
|
||||||
|
|
@ -109,6 +109,9 @@ template(name="boardTeamGeneral")
|
||||||
b
|
b
|
||||||
| {{_ 'add-teams'}}
|
| {{_ 'add-teams'}}
|
||||||
br
|
br
|
||||||
|
i.addTeamsLabelcss
|
||||||
|
| {{_ 'to-create-teams-contact-admin'}}
|
||||||
|
br
|
||||||
i.addTeamsLabelcss
|
i.addTeamsLabelcss
|
||||||
| {{_ 'add-teams-label'}}
|
| {{_ 'add-teams-label'}}
|
||||||
th
|
th
|
||||||
|
|
|
||||||
|
|
@ -1098,5 +1098,6 @@
|
||||||
"filter-card-title-label": "Filter by card title",
|
"filter-card-title-label": "Filter by card title",
|
||||||
"invite-people-success": "Invitation to register sent with success",
|
"invite-people-success": "Invitation to register sent with success",
|
||||||
"invite-people-error": "Error while sending invitation to register",
|
"invite-people-error": "Error while sending invitation to register",
|
||||||
"can-invite-if-same-mailDomainName": "Email domain name"
|
"can-invite-if-same-mailDomainName": "Email domain name",
|
||||||
|
"to-create-teams-contact-admin": "To create teams, please contact the administrator."
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1097,5 +1097,6 @@
|
||||||
"filter-card-title-label": "Filtrer par titre de carte",
|
"filter-card-title-label": "Filtrer par titre de carte",
|
||||||
"invite-people-success": "Invitation to register sent with success",
|
"invite-people-success": "Invitation to register sent with success",
|
||||||
"invite-people-error": "Error while sending invitation to register",
|
"invite-people-error": "Error while sending invitation to register",
|
||||||
"can-invite-if-same-mailDomainName": "Email domain name"
|
"can-invite-if-same-mailDomainName": "Email domain name",
|
||||||
|
"to-create-teams-contact-admin": "Pour créer des équipes, veuillez contacter l'administrateur."
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue