diff --git a/ChangeLog b/ChangeLog index 93772026d..b8999abbc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2009-01-20 Badlop + * doc/guide.tex: Explain that account creation is only supported + by internal and odbc authentication methods + * doc/guide.html: Likewise + * src/Makefile.in: The path to the installed copy of ejabberd Guide is set in the environment variable EJABBERD_DOC_PATH (EJAB-837). diff --git a/doc/guide.html b/doc/guide.html index 5bf0b4a26..5982ab9fb 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -959,7 +959,7 @@ example authentication scripts. 3.2.2 and 3.2.4.
  • anonymous — See section 3.1.4.
  • pam — See section 3.1.4. -
  • +

    Account creation is only supported by internal and odbc methods.

    Internal

    ejabberd uses its internal Mnesia database as the default authentication method.