public inbox for [email protected]help / color / mirror / Atom feed
Regarding login or reset to PGADMIN 4+ messages / 2 participants [nested] [flat]
* Regarding login or reset to PGADMIN @ 2020-09-10 13:18 vivekananda Katakam <[email protected]> 0 siblings, 1 reply; 4+ messages in thread From: vivekananda Katakam @ 2020-09-10 13:18 UTC (permalink / raw) To: pgadmin-hackers 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 Attachments: [image/jpeg] reset_password.JPG (87.7K, 3-reset_password.JPG) download | view image ^ permalink raw reply [nested|flat] 4+ messages in thread
* Re: Regarding login or reset to PGADMIN @ 2020-09-11 04:36 Aditya Toshniwal <[email protected]> parent: vivekananda Katakam <[email protected]> 0 siblings, 1 reply; 4+ messages in thread From: Aditya Toshniwal @ 2020-09-11 04:36 UTC (permalink / raw) To: vivekananda Katakam <[email protected]>; +Cc: 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 infoMAIL_SERVER = 'localhost'MAIL_PORT = 25MAIL_USE_SSL = FalseMAIL_USE_TLS = FalseMAIL_USERNAME = ''MAIL_PASSWORD = ''MAIL_DEBUG = False On Thu, Sep 10, 2020 at 7:03 PM vivekananda Katakam < [email protected]> 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* <http://edbpostgres.com; "Don't Complain about Heat, Plant a TREE" ^ permalink raw reply [nested|flat] 4+ messages in thread
* Re: Regarding login or reset to PGADMIN @ 2020-09-16 04:40 Aditya Toshniwal <[email protected]> parent: Aditya Toshniwal <[email protected]> 0 siblings, 1 reply; 4+ messages in thread From: Aditya Toshniwal @ 2020-09-16 04:40 UTC (permalink / raw) To: vivekananda Katakam <[email protected]>; +Cc: pgAdmin Support <[email protected]> Hi Vivekananda, I'll close the bug #5823 as it's not an issue, and it works fine for you. On Tue, Sep 15, 2020 at 7:04 PM vivekananda Katakam < [email protected]> wrote: > Hi Aditya, > > Thanks for the reply. Now I am able to login and reset my password. > > Thanks and Regards, > Vivek > > On Fri, Sep 11, 2020 at 10:07 AM Aditya Toshniwal < > [email protected]> wrote: > >> 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 infoMAIL_SERVER = 'localhost'MAIL_PORT = 25MAIL_USE_SSL = FalseMAIL_USE_TLS = FalseMAIL_USERNAME = ''MAIL_PASSWORD = ''MAIL_DEBUG = False >> >> >> >> On Thu, Sep 10, 2020 at 7:03 PM vivekananda Katakam < >> [email protected]> 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* >> <http://edbpostgres.com; >> "Don't Complain about Heat, Plant a TREE" >> > -- Thanks, Aditya Toshniwal pgAdmin hacker | Sr. Software Engineer | *edbpostgres.com* <http://edbpostgres.com; "Don't Complain about Heat, Plant a TREE" ^ permalink raw reply [nested|flat] 4+ messages in thread
* Re: Regarding login or reset to PGADMIN @ 2020-09-19 12:40 vivekananda Katakam <[email protected]> parent: Aditya Toshniwal <[email protected]> 0 siblings, 0 replies; 4+ messages in thread From: vivekananda Katakam @ 2020-09-19 12:40 UTC (permalink / raw) To: Aditya Toshniwal <[email protected]>; +Cc: pgAdmin Support <[email protected]> Hi Aditya, Thanks. You can close the issue. Thanks and Regards, Vivek On Wed, Sep 16, 2020 at 10:10 AM Aditya Toshniwal < [email protected]> wrote: > Hi Vivekananda, > > I'll close the bug #5823 as it's not an issue, and it works fine for you. > > On Tue, Sep 15, 2020 at 7:04 PM vivekananda Katakam < > [email protected]> wrote: > >> Hi Aditya, >> >> Thanks for the reply. Now I am able to login and reset my password. >> >> Thanks and Regards, >> Vivek >> >> On Fri, Sep 11, 2020 at 10:07 AM Aditya Toshniwal < >> [email protected]> wrote: >> >>> 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 infoMAIL_SERVER = 'localhost'MAIL_PORT = 25MAIL_USE_SSL = FalseMAIL_USE_TLS = FalseMAIL_USERNAME = ''MAIL_PASSWORD = ''MAIL_DEBUG = False >>> >>> >>> >>> On Thu, Sep 10, 2020 at 7:03 PM vivekananda Katakam < >>> [email protected]> 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* >>> <http://edbpostgres.com; >>> "Don't Complain about Heat, Plant a TREE" >>> >> > > -- > Thanks, > Aditya Toshniwal > pgAdmin hacker | Sr. Software Engineer | *edbpostgres.com* > <http://edbpostgres.com; > "Don't Complain about Heat, Plant a TREE" > ^ permalink raw reply [nested|flat] 4+ messages in thread
end of thread, other threads:[~2020-09-19 12:40 UTC | newest] Thread overview: 4+ messages (download: mbox mbox.gz follow: Atom feed) -- links below jump to the message on this page -- 2020-09-10 13:18 Regarding login or reset to PGADMIN vivekananda Katakam <[email protected]> 2020-09-11 04:36 ` Aditya Toshniwal <[email protected]> 2020-09-16 04:40 ` Aditya Toshniwal <[email protected]> 2020-09-19 12:40 ` vivekananda Katakam <[email protected]>
This inbox is served by agora; see mirroring instructions for how to clone and mirror all data and code used for this inbox