Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/auth/db/lang/en/auth_db.php File Reference

Go to the source code of this file.

Namespaces

namespace  auth_db

Variables

 $string ['auth_dbcantconnect'] = 'Could not connect to the specified authentication database...'
 $string ['auth_dbdebugauthdb'] = 'Debug ADOdb'
 $string ['auth_dbdebugauthdbhelp'] = 'Debug ADOdb connection to external database - use when getting empty page during login. Not suitable for production sites.'
 $string ['auth_dbdeleteuser'] = 'Deleted user {$a->name} id {$a->id}'
 $string ['auth_dbdeleteusererror'] = 'Error deleting user {$a}'
 $string ['auth_dbdescription'] = '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.'
 $string ['auth_dbextencoding'] = 'External db encoding'
 $string ['auth_dbextencodinghelp'] = 'Encoding used in external database'
 $string ['auth_dbextrafields'] = 'These fields are optional. You can choose to pre-fill some Moodle user fields with information from the <b>external database fields</b> that you specify here. <p>If you leave these blank, then defaults will be used.</p><p>In either case, the user will be able to edit all of these fields after they log in.</p>'
 $string ['auth_dbfieldpass'] = 'Name of the field containing passwords'
 $string ['auth_dbfieldpass_key'] = 'Password field'
 $string ['auth_dbfielduser'] = 'Name of the field containing usernames'
 $string ['auth_dbfielduser_key'] = 'Username field'
 $string ['auth_dbhost'] = 'The computer hosting the database server.'
 $string ['auth_dbhost_key'] = 'Host'
 $string ['auth_dbchangepasswordurl_key'] = 'Password-change URL'
 $string ['auth_dbinsertuser'] = 'Inserted user {$a->name} id {$a->id}'
 $string ['auth_dbinsertusererror'] = 'Error inserting user {$a}'
 $string ['auth_dbname'] = 'Name of the database itself'
 $string ['auth_dbname_key'] = 'DB name'
 $string ['auth_dbpass'] = 'Password matching the above username'
 $string ['auth_dbpass_key'] = 'Password'
 $string ['auth_dbpasstype'] = '<p>Specify the format that the password field is using. MD5 hashing is useful for connecting to other common web applications like PostNuke.</p> <p>Use \'internal\' if you want to the external DB to manage usernames &amp; email addresses, but Moodle to manage passwords. If you use \'internal\', you <i>must</i> provide a populated email address field in the external DB, and you must execute both admin/cron.php and auth/db/cli/sync_users.php regularly. Moodle will send an email to new users with a temporary password.</p>'
 $string ['auth_dbpasstype_key'] = 'Password format'
 $string ['auth_dbreviveduser'] = 'Revived user {$a->name} id {$a->id}'
 $string ['auth_dbrevivedusererror'] = 'Error reviving user {$a}'
 $string ['auth_dbsetupsql'] = 'SQL setup command'
 $string ['auth_dbsetupsqlhelp'] = 'SQL command for special database setup, often used to setup communication encoding - example for MySQL and PostgreSQL: <em>SET NAMES \'utf8\'</em>'
 $string ['auth_dbsuspenduser'] = 'Suspended user {$a->name} id {$a->id}'
 $string ['auth_dbsuspendusererror'] = 'Error suspending user {$a}'
 $string ['auth_dbsybasequoting'] = 'Use sybase quotes'
 $string ['auth_dbsybasequotinghelp'] = 'Sybase style single quote escaping - needed for Oracle, MS SQL and some other databases. Do not use for MySQL!'
 $string ['auth_dbtable'] = 'Name of the table in the database'
 $string ['auth_dbtable_key'] = 'Table'
 $string ['auth_dbtype'] = 'The database type (See the <a href="../lib/adodb/readme.htm#drivers">ADOdb documentation</a> for details)'
 $string ['auth_dbtype_key'] = 'Database'
 $string ['auth_dbupdatinguser'] = 'Updating user {$a->name} id {$a->id}'
 $string ['auth_dbuser'] = 'Username with read access to the database'
 $string ['auth_dbuser_key'] = 'DB user'
 $string ['auth_dbusernotexist'] = 'Cannot update non-existent user: {$a}'
 $string ['auth_dbuserstoadd'] = 'User entries to add: {$a}'
 $string ['auth_dbuserstoremove'] = 'User entries to remove: {$a}'
 $string ['pluginname'] = 'External database'

Variable Documentation

$string['auth_dbcantconnect'] = 'Could not connect to the specified authentication database...'

Definition at line 26 of file auth_db.php.

$string['auth_dbdebugauthdb'] = 'Debug ADOdb'

Definition at line 27 of file auth_db.php.

$string['auth_dbdebugauthdbhelp'] = 'Debug ADOdb connection to external database - use when getting empty page during login. Not suitable for production sites.'

Definition at line 28 of file auth_db.php.

$string['auth_dbdeleteuser'] = 'Deleted user {$a->name} id {$a->id}'

Definition at line 29 of file auth_db.php.

$string['auth_dbdeleteusererror'] = 'Error deleting user {$a}'

Definition at line 30 of file auth_db.php.

$string['auth_dbdescription'] = '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.'

Definition at line 31 of file auth_db.php.

$string['auth_dbextencoding'] = 'External db encoding'

Definition at line 32 of file auth_db.php.

$string['auth_dbextencodinghelp'] = 'Encoding used in external database'

Definition at line 33 of file auth_db.php.

$string['auth_dbextrafields'] = 'These fields are optional. You can choose to pre-fill some Moodle user fields with information from the <b>external database fields</b> that you specify here. <p>If you leave these blank, then defaults will be used.</p><p>In either case, the user will be able to edit all of these fields after they log in.</p>'

Definition at line 34 of file auth_db.php.

$string['auth_dbfieldpass'] = 'Name of the field containing passwords'

Definition at line 35 of file auth_db.php.

$string['auth_dbfieldpass_key'] = 'Password field'

Definition at line 36 of file auth_db.php.

$string['auth_dbfielduser'] = 'Name of the field containing usernames'

Definition at line 37 of file auth_db.php.

$string['auth_dbfielduser_key'] = 'Username field'

Definition at line 38 of file auth_db.php.

$string['auth_dbhost'] = 'The computer hosting the database server.'

Definition at line 39 of file auth_db.php.

$string['auth_dbhost_key'] = 'Host'

Definition at line 40 of file auth_db.php.

$string['auth_dbchangepasswordurl_key'] = 'Password-change URL'

Definition at line 41 of file auth_db.php.

$string['auth_dbinsertuser'] = 'Inserted user {$a->name} id {$a->id}'

Definition at line 42 of file auth_db.php.

$string['auth_dbinsertusererror'] = 'Error inserting user {$a}'

Definition at line 43 of file auth_db.php.

$string['auth_dbname'] = 'Name of the database itself'

Definition at line 44 of file auth_db.php.

$string['auth_dbname_key'] = 'DB name'

Definition at line 45 of file auth_db.php.

$string['auth_dbpass'] = 'Password matching the above username'

Definition at line 46 of file auth_db.php.

$string['auth_dbpass_key'] = 'Password'

Definition at line 47 of file auth_db.php.

$string['auth_dbpasstype'] = '<p>Specify the format that the password field is using. MD5 hashing is useful for connecting to other common web applications like PostNuke.</p> <p>Use \'internal\' if you want to the external DB to manage usernames &amp; email addresses, but Moodle to manage passwords. If you use \'internal\', you <i>must</i> provide a populated email address field in the external DB, and you must execute both admin/cron.php and auth/db/cli/sync_users.php regularly. Moodle will send an email to new users with a temporary password.</p>'

Definition at line 48 of file auth_db.php.

$string['auth_dbpasstype_key'] = 'Password format'

Definition at line 49 of file auth_db.php.

$string['auth_dbreviveduser'] = 'Revived user {$a->name} id {$a->id}'

Definition at line 50 of file auth_db.php.

$string['auth_dbrevivedusererror'] = 'Error reviving user {$a}'

Definition at line 51 of file auth_db.php.

$string['auth_dbsetupsql'] = 'SQL setup command'

Definition at line 52 of file auth_db.php.

$string['auth_dbsetupsqlhelp'] = 'SQL command for special database setup, often used to setup communication encoding - example for MySQL and PostgreSQL: <em>SET NAMES \'utf8\'</em>'

Definition at line 53 of file auth_db.php.

$string['auth_dbsuspenduser'] = 'Suspended user {$a->name} id {$a->id}'

Definition at line 54 of file auth_db.php.

$string['auth_dbsuspendusererror'] = 'Error suspending user {$a}'

Definition at line 55 of file auth_db.php.

$string['auth_dbsybasequoting'] = 'Use sybase quotes'

Definition at line 56 of file auth_db.php.

$string['auth_dbsybasequotinghelp'] = 'Sybase style single quote escaping - needed for Oracle, MS SQL and some other databases. Do not use for MySQL!'

Definition at line 57 of file auth_db.php.

$string['auth_dbtable'] = 'Name of the table in the database'

Definition at line 58 of file auth_db.php.

$string['auth_dbtable_key'] = 'Table'

Definition at line 59 of file auth_db.php.

$string['auth_dbtype'] = 'The database type (See the <a href="../lib/adodb/readme.htm#drivers">ADOdb documentation</a> for details)'

Definition at line 60 of file auth_db.php.

$string['auth_dbtype_key'] = 'Database'

Definition at line 61 of file auth_db.php.

$string['auth_dbupdatinguser'] = 'Updating user {$a->name} id {$a->id}'

Definition at line 62 of file auth_db.php.

$string['auth_dbuser'] = 'Username with read access to the database'

Definition at line 63 of file auth_db.php.

$string['auth_dbuser_key'] = 'DB user'

Definition at line 64 of file auth_db.php.

$string['auth_dbusernotexist'] = 'Cannot update non-existent user: {$a}'

Definition at line 65 of file auth_db.php.

$string['auth_dbuserstoadd'] = 'User entries to add: {$a}'

Definition at line 66 of file auth_db.php.

$string['auth_dbuserstoremove'] = 'User entries to remove: {$a}'

Definition at line 67 of file auth_db.php.

$string['pluginname'] = 'External database'

Definition at line 68 of file auth_db.php.

 All Data Structures Namespaces Files Functions Variables Enumerations