Go to file
Andreas Boehler ea2f18b22b Fixed possible CSRF attacks (thanks to Lukas Reschke) 2013-03-02 07:49:39 +01:00
appinfo Fixed possible CSRF attacks (thanks to Lukas Reschke) 2013-03-02 07:49:39 +01:00
js Initial import. 2012-11-27 12:29:42 +01:00
templates Fixed possible CSRF attacks (thanks to Lukas Reschke) 2013-03-02 07:49:39 +01:00
.hgtags Added tag v0.7 for changeset 845b75d72ec1 2013-02-12 10:41:36 +01:00
README.md Updated README 2012-12-21 12:26:58 +01:00
settings.php Fixed possible CSRF attacks (thanks to Lukas Reschke) 2013-03-02 07:49:39 +01:00
user_sql.php Added support for mySQL PASSWORD() function 2013-02-12 10:40:26 +01: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.

Credits

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