Обсуждение: pgAdmin 4 commit: Support a desktop authentication mode.

Поиск
Список
Период
Сортировка

pgAdmin 4 commit: Support a desktop authentication mode.

От
Dave Page
Дата:
Support a desktop authentication mode.

This uses a single default user in the config database, which is
auto-logged into the app when SERVER_MODE = False. In this mode we
also hide/remove user-related functions in the UI.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7c60fb33770e80706d90a2e3e37dd8560385c873

Modified Files
--------------
web/config.py                            |   11 ++++++++++
web/pgAdmin4.py                          |   21 ++++++++++++++++++
web/pgadmin/__init__.py                  |   34 +++++++++++++++++++++++++++---
web/pgadmin/browser/templates/index.html |   13 ++++++++----
web/setup.py                             |   32 +++++++++++++++++-----------
5 files changed, 92 insertions(+), 19 deletions(-)