External database authentication: Skillnad mellan sidversioner

Från MoodleDocs
Hoppa till:navigering, sök
m (location)
Rad 1: Rad 1:
Location: Settings link in ''Administration > Users > [[Authentication]]''
This method uses an external database table to check whether a given username and password is valid. If the account is a new one, then information from other fields may also be copied across into Moodle.
This method uses an external database table to check whether a given username and password is valid. If the account is a new one, then information from other fields may also be copied across into Moodle.



Versionen från 27 februari 2008 kl. 13.48

Location: Settings link in Administration > Users > Authentication


This method uses an external database table to check whether a given username and password is valid. If the account is a new one, then information from other fields may also be copied across into Moodle.

This is done by mapping fields at the bottom of the database authentication page. Each data field in the user profile has a text field next to it. Enter the name of the column in the external database that maps to the profile data field.

See also