Skip to content
This repository has been archived by the owner on Feb 20, 2019. It is now read-only.

Commit

Permalink
generate documentation from config.sample.php
Browse files Browse the repository at this point in the history
  • Loading branch information
MorrisJobke committed Dec 8, 2015
1 parent b721861 commit d56c57c
Showing 1 changed file with 9 additions and 0 deletions.
Expand Up @@ -289,6 +289,15 @@ The ``user_backends`` app (which needs to be enabled first) allows you to
configure alternate authentication backends. Supported backends are:
IMAP (OC_User_IMAP), SMB (OC_User_SMB), and FTP (OC_User_FTP).

::

'lost_password_link' => 'https://example.org/link/to/password/reset',

If your user backend does not allow to reset the password (e.g. when it's a
read-only user backend like LDAP), you can specify a custom link, where the
user is redirected to, when clicking the "reset password" link after a failed
login-attempt.

Mail Parameters
---------------

Expand Down

0 comments on commit d56c57c

Please sign in to comment.