Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 1.43 KB

README.md

File metadata and controls

40 lines (23 loc) · 1.43 KB

Lookup details

This module inserts and maintains certain user details from Lookup, the University of Cambridge directory, for users accessing Drupal through Raven.

Authors

Requirements

Fields

All Lookup-maintained fields are shown on the user edit form, but are disabled as any changes would be overwritten.

Name

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.

E-mail address

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.

Staff

A boolean whether the user is a member of staff or not. It is available as a filter in views.

Student

A boolean whether the user is a student or not. It is available as a filter in views.