Forum OpenACS Improvement Proposals (TIPs): TIP#126 (Implemented) Allow users to optionally provide email when authority does not

In some cases an autenticaton authority, such as auth-ldap, may not provide all information a user needs to create an account. This TIP would add an optional parameter to allow the user to enter the missing informaton when logging in from an external authority.

This requires small changes to acs-auhthentication to accept passed in email, first_name, and last_names parameters, and a small change to the registration page to detect when a field is missing and provide the user with the correct fields to fill in.

Sounds like a common use case, sometimes I have users with their ID but not their email for instance. Just make sure you do make clear information about the usage of the parameter.

Approved.