Merged in [15705] from johnl@taugh.com:

Trivial fix for trivial issue #1907, warn user that added addresses will be confirmed.
 - Legacy-Id: 15743
Note: SVN reference [15705] has been migrated to Git commit 4468eb523a
This commit is contained in:
Henrik Levkowetz 2018-11-09 20:36:59 +00:00
commit 570de244c8

View file

@ -189,7 +189,7 @@
var container = $(this).closest("form").find(".new-emails");
$('<input class="form-control" name="new_email" placeholder="Enter new email address...">').appendTo(container).focus();
$('<input class="form-control" name="new_email" placeholder="The address entered here will get a confirmation challenge. To add an address that cannot confirm, contact the secretariat.">').appendTo(container).focus();
})
});
</script>