Updates your user's identities on login based on a custom database query.
Go to file
Alice Gaudon a50191e10d Version 0.1.1 2021-02-04 11:43:30 +01:00
.gitignore Initial commit 2019-06-01 14:10:26 +02:00
LICENSE Add README.md and LICENSE 2019-06-01 16:32:01 +02:00
README.md README.md: Improve clarity on configuration instructions 2019-06-01 16:35:49 +02:00
composer.json Version 0.1.1 2021-02-04 11:43:30 +01:00
config.inc.php.dist Rename plugin as it does not depend on virtuser_query and update config strings 2019-06-01 16:15:49 +02:00
identity_db.php Rename plugin as it does not depend on virtuser_query and update config strings 2019-06-01 16:15:49 +02:00

README.md

Identity DB

Updates your user's identities on login based on a custom database query.

Currently supports 1 column query results (email addresses).

Configuration

Copy config.inc.php.dist to config.inc.php (or ln) and follow instructions in this file for each configuration value.

Contributing

Feel free to make a pull request if you improve this plugin.

You can include yourself in the author list of composer.json or classes if you want, but you have to do it in your pull request. I won't add anyone to these lists by myself or accept requests/pull requests that only serve this purpose.

License

See License file