This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new a15ade4 Be more specific about what ids are allowed
a15ade4 is described below
commit a15ade4443aa991363adbb227e88aae42c7cccaf
Author: Sebb <sebb@apache.org>
AuthorDate: Sun Jan 14 23:39:03 2018 +0000
Be more specific about what ids are allowed
---
www/secretary/workbench/templates/icla-invalid-id.erb | 9 ++++++---
www/secretary/workbench/templates/icla-pmc-notified.erb | 7 ++++++-
2 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/www/secretary/workbench/templates/icla-invalid-id.erb b/www/secretary/workbench/templates/icla-invalid-id.erb
index 1093528..7217921 100644
--- a/www/secretary/workbench/templates/icla-invalid-id.erb
+++ b/www/secretary/workbench/templates/icla-invalid-id.erb
@@ -2,11 +2,14 @@ Dear <%= @pubname %>,
This message acknowledges receipt of your ICLA, which has been filed in the Apache Software
Foundation records.
-With this message, <%= @notify %> been notified that your ICLA has been filed.
+With this message, <%= @notify %> been notified that your ICLA has been filed. Please
contact them with any questions.
-Please provide the PMC (copied) with a valid Apache id. The id must not already be in use.
See http://http://people.apache.org/committer-index.html
+Please provide the PMC (copied) with a valid Apache id.
-The id must contain at least three lowercase alphanumeric characters starting with an alphabetic
character. No special characters.
+The id must not already be in use. See http://http://people.apache.org/committer-index.html
+
+The id must consist of lowercase alphanumeric characters only, starting with an alphabetic
character.
+Minimum length 3 characters. No special characters.
Warm Regards,
diff --git a/www/secretary/workbench/templates/icla-pmc-notified.erb b/www/secretary/workbench/templates/icla-pmc-notified.erb
index ee000c2..bf0887a 100644
--- a/www/secretary/workbench/templates/icla-pmc-notified.erb
+++ b/www/secretary/workbench/templates/icla-pmc-notified.erb
@@ -4,7 +4,12 @@ This message acknowledges receipt of your ICLA, which has been filed in the
Apac
With this message, <%= @notify %> been notified that your ICLA has been filed. Please
contact them with any questions.
-If you have been invited as a committer, please provide the PMC (copied) with your preferred
Apache id. The id must be at least three alphanumeric characters starting with an alphabetic
character. No special characters.
+If you have been invited as a committer, please provide the PMC (copied) with your preferred
Apache id.
+
+The id must not already be in use. See http://http://people.apache.org/committer-index.html
+
+The id must consist of lowercase alphanumeric characters only, starting with an alphabetic
character.
+Minimum length 3 characters. No special characters.
Warm Regards,
--
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <commits@whimsical.apache.org>'].
|