mirror of
https://github.com/moparisthebest/user_sql
synced 2024-10-31 15:35:05 -04:00
ajax | ||
appinfo | ||
css | ||
js | ||
templates | ||
.hgignore | ||
.hgtags | ||
PasswordHash.php | ||
README.md | ||
settings.php | ||
user_sql.php |
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