💄 — Disable signature when using LDAP (Fix #249)
This commit is contained in:
parent
43428be8ea
commit
4271d082b3
|
@ -8,6 +8,7 @@ Revision history for Lufi
|
||||||
- ✨ Add `disable_mail_sending` config parameter
|
- ✨ Add `disable_mail_sending` config parameter
|
||||||
- 🌐 Update translations
|
- 🌐 Update translations
|
||||||
- 🐛 Fix mail signature separator
|
- 🐛 Fix mail signature separator
|
||||||
|
- 💄 Disable signature when using LDAP (#249)
|
||||||
|
|
||||||
0.05.13 2021-01-28
|
0.05.13 2021-01-28
|
||||||
- 🐛 Fix latest git tag improperly fetched
|
- 🐛 Fix latest git tag improperly fetched
|
||||||
|
|
|
@ -45,7 +45,9 @@ function populateBody() {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
% if (!defined(config('ldap')) && !defined(config('htpasswd'))) {
|
||||||
text = text+"\n-- \n<%= l('Share your files in total privacy on %1', url_for('/')->to_abs) %>";
|
text = text+"\n-- \n<%= l('Share your files in total privacy on %1', url_for('/')->to_abs) %>";
|
||||||
|
% }
|
||||||
tArea = document.getElementById('body').value = text;
|
tArea = document.getElementById('body').value = text;
|
||||||
updateMailtoLink();
|
updateMailtoLink();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue