Project

General

Profile

« Previous | Next » 

Revision 585b071c

Added by Lucas Yamanishi about 9 years ago

Remove email separator from lookup_identiy.conf.erb

The space-separated string of email addresses generated by
mod_lookup_identity fails validation by Foreman during on-the-fly
registration causing this error:

Warning!

Validation failed: Email address is invalid, Email address is too long
(maximum is 60 characters)

This occurs even when the resultant string is less than 60 characters.

This commit removes the concatenation separator to prevent the
concatenation behavior. Instead, mod_lookup_identity will return just
the first address for the user. Foreman will prompt the user for
confirmation so they are still free to input another address.

Closes GH-302

  • added
  • modified
  • copied
  • renamed
  • deleted