This module inserts and maintains certain user details from Lookup, the University of Cambridge directory, for users accessing Drupal through Raven.
- Chris Wilkinson [email protected]
All Lookup-maintained fields are shown on the user edit form, but are disabled as any changes would be overwritten.
The user's display name in Lookup is added to the username and password section on the profile page.
If the display name itself is suppressed in Lookup, the registered name is used. If that's suppressed, Lookup simply reverts to the CRSid.
It is available is a token ([user:lookup-name]
) for use in modules such as RealName, and is also a filter in views.
If the user's primary e-mail address in Lookup is available, the e-mail address in Drupal is replaced. If it is suppressed, the existing value is left unchanged.
A boolean whether the user is a member of staff or not. It is available as a filter in views.
A boolean whether the user is a student or not. It is available as a filter in views.