mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-06 09:57:57 +00:00

This callback can prevent new users from being created based on specific criteria. The plugin is defined in settings.py, so it can be any python code. For example, it can look up in a specific table if this user is supposed to be allowed to log in at all.