Go to file
Andreas Boehler aed246f6bb Change all occurences of == and != to === and !== according to the
owncloud
guidelines. This cleans up the output of "occ app:check-code user_sql"
2015-07-27 09:08:45 +02:00
ajax Change all occurences of == and != to === and !== according to the 2015-07-27 09:08:45 +02:00
appinfo Add ability to synchronise E-Mail address 2015-07-07 22:54:05 +02:00
css Update Settings for ownCloud 7 and fix a long-pending "checkbox" bug 2014-10-27 20:23:32 +01:00
js Fix "default" case in switch statement 2014-11-12 21:45:11 +01:00
templates Change all occurences of == and != to === and !== according to the 2015-07-27 09:08:45 +02:00
.hgignore Fix "default" case in switch statement 2014-11-12 21:45:11 +01:00
.hgtags Added tag v0.7 for changeset 845b75d72ec1 2013-02-12 10:41:36 +01:00
PasswordHash.php Change all occurences of == and != to === and !== according to the 2015-07-27 09:08:45 +02:00
README.md Password changing must be explicitly enabled now. 2014-12-29 10:56:36 +01:00
settings.php Add ability to synchronise E-Mail address 2015-07-07 22:54:05 +02:00
user_sql.php Change all occurences of == and != to === and !== according to the 2015-07-27 09:08:45 +02:00

README.md

user_sql

Owncloud SQL authentification

This is plugin is heavily based on user_imap, user_pwauth, user_ldap and user_redmine!

Enable it in your Admin -> Apps section and configure your server's details. Currently, it supports most of postfixadmin's encryption options, except dovecot and saslauthd. It was tested and developed for a postfixadmin database.

Password changing is disabled by default, but can be enabled in the Admin area. Caution: user_sql does not recreate password salts, which imposes a security risk. Password salts should be newly generated whenever the password changes.

Credits

  • Johan Hendriks provided his user_postfixadmin
  • Ed Wildgoose for fixing possible SQL injection vulnerability