I've checked in the proposed icla-invalid-id message. I cannot figure out how to activate it.
There still needs to be a check in icla.js.rb for invalid id. But if it is illegal, the (File) button should be enabled. This allows icla.json.rb to construct the appropriate email. Perhaps if @user and not @checked reply = 'icla-invalid-id.erb' else if ... But then later, instead of if @user and not @user.empty? add a check for @checked if @user and @checked and not @user.empty? Seems easy enough but I'm not quite good enough with js.rb.json stuff. Craig > On Jul 17, 2017, at 11:01 AM, Craig Russell <[email protected]> wrote: > > Currently the secmail tool properly checks a proposed id and highlights it in > red if it does not conform. Either it is already in use or it is not > alphabetic followed by at least two alphanumeric characters. If the id is > illegal, the tool refuses to file the icla. Then everyone complains that the > account was not created. > > It comes up often enough that I'd like a different way of handling this case. > > If the name is illegal, I'd like to file the icla but send a different > message. > > I'll work on the message and then work on the processing to send it. > > Craig > > > Craig L Russell > Secretary, Apache Software Foundation > [email protected] <mailto:[email protected]> http://db.apache.org/jdo > <http://db.apache.org/jdo> Craig L Russell Secretary, Apache Software Foundation [email protected] <mailto:[email protected]> http://db.apache.org/jdo <http://db.apache.org/jdo>
