Re: Regarding login or reset to PGADMIN

Поиск
Список
Период
Сортировка
От Aditya Toshniwal
Тема Re: Regarding login or reset to PGADMIN
Дата
Msg-id CAM9w-_n=JE7o3_ggJDnnpWM5Zj=bi=E4wPuhUy=oOLNnLs1gsQ@mail.gmail.com
обсуждение исходный текст
Ответ на Regarding login or reset to PGADMIN  (vivekananda Katakam <katakamvivekananda@gmail.com>)
Список pgadmin-hackers
Hi Vivekananda,

You need to put the SMTP configurations in config_local.py file to make it work. Refer - https://www.pgadmin.org/docs/pgadmin4/4.25/config_py.html#the-config-py-file
Change -
##########################################################################
# Mail server settings
##########################################################################

# These settings are used when running in web server mode for confirming
# and resetting passwords etc.
# See: http://pythonhosted.org/Flask-Mail/ for more info
MAIL_SERVER = 'localhost'
MAIL_PORT = 25
MAIL_USE_SSL = False
MAIL_USE_TLS = False
MAIL_USERNAME = ''
MAIL_PASSWORD = ''
MAIL_DEBUG = False


On Thu, Sep 10, 2020 at 7:03 PM vivekananda Katakam <katakamvivekananda@gmail.com> wrote:
Hi All,

I have login to web based pgadmin tool remotely and in the login screen I was unable to login or reset my password.

When reset my password i got password reset message sent to my office email id , but i did not receive password reset mail.

I want to change my username and password. I want to know how can I change it.

I have installed PGadmin4 tool on RHEL Linux and running remotely.

PFA attached screenshot for more info.

Can u please suggest.

Thanks and Regards,

Vivek



--
Thanks,
Aditya Toshniwal
pgAdmin hacker | Sr. Software Engineer | edbpostgres.com
"Don't Complain about Heat, Plant a TREE"

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

Предыдущее
От: vivekananda Katakam
Дата:
Сообщение: Regarding login or reset to PGADMIN
Следующее
От: Akshay Joshi
Дата:
Сообщение: pgAdmin 4 commit: Ensure that a valid error message should be displayed