mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-30 04:23:51 -06:00
37e2e1d24b
As we convert the binary password to string during storing the connection information, we also need to convert it back to byte-arrays during restoring the connections. Hence - decode the passowrd using 'utf-8' encoding during storing the connection information, and encode it during restoring the connections. |
||
---|---|---|
.. | ||
driver | ||
sqlautocomplete | ||
__init__.py | ||
ajax.py | ||
crypto.py | ||
html.py | ||
menu.py | ||
paths.py | ||
preferences.py | ||
route.py | ||
session.py |