~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-08 19:47:11 UTC
  • mto: This revision was merged to the branch mainline in revision 2437.
  • Revision ID: daniel@ubuntu-10-20111008194711-dp47vra0qzjm2o8x
Escape user in SQL statement to avoid SQL injection.  Verify auth table name.  Include auth query in error message.  Tweak formatting to match coding standards.

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.
 
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).
46
47
 
47
48
.. _auth_schema_variables:
48
49