mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-21 16:27:39 -06:00
10515431c7
A user authentication module based on flask-security is added, which allows users to login and change/recover passwords etc. Custom templates are included for the user/password UIs. A new setup script will initialise the user (and later settings) DB, adding the first user and granting them an Administrator role. A redirects blueprint module is added to handle simple URL redirects. A browser module is added and currently renders a skeleton page with a menu bar, gravatar and jumbotron. NOTE FOR LATER: Currently this code might make the nice basis for any web app that needs user management and plugins. Hmmm....
19 lines
315 B
Plaintext
19 lines
315 B
Plaintext
Flask==0.10.1
|
|
Flask-Gravatar==0.4.1
|
|
Flask-Login==0.2.11
|
|
Flask-Mail==0.9.1
|
|
Flask-Principal==0.4.0
|
|
Flask-SQLAlchemy==2.0
|
|
Flask-Security==1.7.4
|
|
Flask-WTF==0.11
|
|
Jinja2==2.7.3
|
|
MarkupSafe==0.23
|
|
SQLAlchemy==0.9.8
|
|
WTForms==2.0.2
|
|
Werkzeug==0.9.6
|
|
blinker==1.3
|
|
itsdangerous==0.24
|
|
passlib==1.6.2
|
|
psycopg2==2.5.2
|
|
wsgiref==0.1.2
|