pgAdmin 4 commit: Support a desktop authentication mode.

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Support a desktop authentication mode.
Дата
Msg-id E1YFlUV-0003wt-3s@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
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(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Add authentication and the basis of the browser modul
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Restructure templates to avoid conflicts between modu