~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/auth_schema/docs/index.rst

  • Committer: Daniel
  • Date: 2011-10-10 04:56:21 UTC
  • mto: This revision was merged to the branch mainline in revision 2437.
  • Revision ID: daniel@ubuntu-10-20111010045621-lav426gcxgksx0wb
Enable plugin by default.  Always escape and backtick quote the auth table name.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
   :Default: ``auth.users``
43
43
   :Variable: :ref:`auth_schema_table <auth_schema_table>`
44
44
 
45
 
   Schema-qualified table with ``user`` and ``password`` columns.  The auth table name
46
 
   does not have to be quoted, and it cannot contain spaces (even if quoted).
 
45
   Schema-qualified table with ``user`` and ``password`` columns.  Quoting the auth table
 
46
   in backticks is optional.  The auth table name can only contain one period between the
 
47
   schema name and the table name.
47
48
 
48
49
.. _auth_schema_variables:
49
50