Re: Error in passing the password in servers.json file while deploying pgadmin4 in kubernetes cluster

2024-03-17 Thread Aditya Toshniwal
s.json > volumeMounts: > - name: server-config > mountPath: /pgadmin4/servers.json > subPath: servers.json > - name: password-config > mountPath: /var/lib/storage/pgpass > subPath: pgpass > volumes: > - name: password-config > configMap: > name: pgad-password-c

Error in passing the password in servers.json file while deploying pgadmin4 in kubernetes cluster

2024-03-15 Thread Samrat Gurung
deployment.yaml file containers: - image: postgres:8.4 env: - name: PFADMIN_SERVER_JSON_FILE value: /pgadmin4/servers.json volumeMounts: - name: server-config mountPath: /pgadmin4/servers.json subPath: servers.json - name: password-config mountPath: /var/lib/storage/pgpass subPath: pgpass volumes

Re: Password error

2024-02-02 Thread Miguel Angel Erut Carrillo
n 31, 2024 at 3:29 PM Miguel Angel Erut Carrillo > mailto:miguelangel.er...@gmail.com>> wrote: > Hello, > > I recently installed the pgAdmin 4 application to use PostgreSQL on my Mac, > and when I am in the Dashboard, to connect to the Server it asks for a > password. I h

Re: Password error

2024-02-01 Thread Yogesh Mahajan
on to use PostgreSQL on my >> Mac, and when I am in the Dashboard, to connect to the Server it asks for a >> password. I have entered all the password I can possibly come up with, >> since the one I thought would be the one doesn’t work, and none of them >> work. I may have done something wrong along the installation process or >> something. Please, how could I fix this? >> >> Thank you, >> >> Miguel Erut >> >> >

Re: Password error

2024-01-31 Thread Yogesh Mahajan
t; Mac, and when I am in the Dashboard, to connect to the Server it asks for a > password. I have entered all the password I can possibly come up with, > since the one I thought would be the one doesn’t work, and none of them > work. I may have done something wrong along the installation pro

Password error

2024-01-31 Thread Miguel Angel Erut Carrillo
Hello, I recently installed the pgAdmin 4 application to use PostgreSQL on my Mac, and when I am in the Dashboard, to connect to the Server it asks for a password. I have entered all the password I can possibly come up with, since the one I thought would be the one doesn’t work, and none

Re: pgadmin4 unable to connect to server,FATAL: password authentication failed for user "postgres"

2023-12-28 Thread Aditya Toshniwal
Hi Sezin, The error is coming from your PostgreSQL server. pgAdmin team cannot/will not reset any passwords for your servers. On Thu, Dec 28, 2023 at 10:33 PM Sezin Ekşioğlu wrote: > Hello, > > I got > pgadmin4 unable to connect to server,FATAL: password authentication faile

pgadmin4 unable to connect to server,FATAL: password authentication failed for user "postgres"

2023-12-28 Thread Sezin Ekşioğlu
Hello, I got pgadmin4 unable to connect to server,FATAL: password authentication failed for user "postgres" <https://stackoverflow.com/questions/66983466/pgadmin4-unable-to-connect-to-server-fatal-password-authentication-failed-for-u> error and I cannot handle with it. Could you r

Re: Never asked to set Master Password

2023-10-25 Thread Karl O. Pinc
ble to > > "SET ROLE postgres" when you want to be the superuser.) > > > > If you don't have a PG login, maybe the best way to create > > one is with psql. > > > > sudo su postgres -c psql > > > > Then: > > > > create role MYLOGIN cre

Re: Never asked to set Master Password

2023-10-25 Thread Aditya Toshniwal
Hi Tim, Your pgAdmin is successfully started and working. The dialog(from the screenshot you shared) is basically asking the password for your postgres user on PostgreSQL 14 server. It is what you have entered when installing PG14. On Wed, Oct 25, 2023 at 2:32 PM Tim Quinn wrote: > Hi K

Re: Never asked to set Master Password

2023-10-25 Thread Tim Quinn
if that was why I am getting stuck at the password but all of them asked the same thing. Again, I apologize since I am learning through a Udemy class and I am starting from scratch trying to understand how to get started. Thank you, -Tim Q > On Oct 24, 2023, at 2:15 PM, Karl O. Pinc wr

Re: Never asked to set Master Password

2023-10-24 Thread Richard Brockie
The need for a master password has gone away as keychain(? on MacOS) is now used: https://www.pgadmin.org/docs/pgadmin4/development/master_password.html "pgAdmin 4 uses the operating system password store by default to store the saved server passwords in desktop mode from version 7.2 on

Re: Never asked to set Master Password

2023-10-24 Thread Karl O. Pinc
one is with psql. sudo su postgres -c psql Then: create role MYLOGIN createdb login noinherit in role postgres; \password MYLOGIN \q (Alternately, "\password", by itself, changes the current user's password. You could use that to set a password for the postgres user. This only ma

Re: Never asked to set Master Password

2023-10-24 Thread Karl O. Pinc
On Mon, 23 Oct 2023 18:47:00 -0700 Tim Quinn wrote: > I am trying to open PostgreSQL in pgAdmin4 but it never asked me to > set a master password when opening. When I try to open the Server > "PostgreSQL 14" it asks for my password. The password I set up while > installi

Never asked to set Master Password

2023-10-24 Thread Tim Quinn
Hi, I am trying to open PostgreSQL in pgAdmin4 but it never asked me to set a master password when opening. When I try to open the Server "PostgreSQL 14" it asks for my password. The password I set up while installing PostgreSQL 14, does not work. I am stuck and I can't find anyth

Re: Problem with Password log into PgAdmin

2023-09-01 Thread Yogesh Mahajan
Hi, I guess you have forgotten the database password. pgAdmin can not help over here. Please drop an email to the PostgreSQL support group. Thanks, Yogesh Mahajan EnterpriseDB On Thu, Aug 31, 2023 at 1:04 PM Isaac Richardson Odale Evans < isaac.evan...@outlook.com> wrote: > >

Re: Problem with Password log into PgAdmin

2023-08-27 Thread Yogesh Mahajan
Hi, Can you please specify the OS, pgAdmin version & mode(desktop/server) and error screenshot? If you are on windows check, directory ~/%APPDATA%/Local/pgadmin & check for the file pgadmin4.db Thanks, Yogesh Mahajan EnterpriseDB On Fri, Aug 25, 2023 at 4:53 PM Isaac Richardson Odale Evans <

Problem with Password log into PgAdmin

2023-08-25 Thread Isaac Richardson Odale Evans
Hi Support Team of pgadmin, I have a problem with my Log in. It may be due to my last upload after I have deleted this from my system. I tried to find the problem with my own. But I still cannot proceed to the data base server. Please help Regards, Isaac Evans Sent from

Re: password problem

2023-07-17 Thread Yogesh Mahajan
Hi, Can you please try connecting using the psql tool with same information provided while creating server/ Thanks, Yogesh Mahajan EnterpriseDB On Fri, Jul 14, 2023 at 5:35 PM Ildikó Pusztai wrote: > Hi, > > > I'm asking for help, it didn't ask for a password during installation

password problem

2023-07-14 Thread Ildikó Pusztai
Hi, I'm asking for help, it didn't ask for a password during installation, but now the application won't let me in. What to do in this case? I have window 11 op. system. thank you in advance, Ildiko Pusztai pgadmin_password.pdf Description: Adobe PDF document

Re: No prompt for setting up a master password

2023-06-06 Thread Nikhil Mohite
ials and other resources I can > find outline how there should be a prompt for setting up a master password > when you first open. This did not appear for me. I tried deleting, > redownloading, and opening again and it still doesn't appear. When opening > the program after download, it a

Fwd: No prompt for setting up a master password

2023-06-06 Thread Stephanie Goulet
Hi all, Hope you're well. I'm a new user and was trying to set pgAdmin up for the first time. All of the instructions and tutorials and other resources I can find outline how there should be a prompt for setting up a master password when you first open. This did not appear for me. I tried

Re: At restore i get this error FATAL: password authentication failed for user "postgres"

2022-11-23 Thread Aditya Toshniwal
Hi Serge, The flag is intentionally --no-password as it is not a good security practice to show the password in the command. The password is set in the environment of the process running the restore. So, yes the password is passed. On Wed, Nov 23, 2022 at 5:46 PM Serge De Maseneer

At restore i get this error FATAL: password authentication failed for user "postgres"

2022-11-23 Thread Serge De Maseneer
Dear All, I am new at PgAdmin4 (version 6.16). So I was able to make a functional backup of my database which is protected by a strong password since that database is accessible over the internet. When I tried to restore the database I got this error (see below). I looked if I could fill

Re: Will not accept password

2022-09-14 Thread Dave Page
On Wed, 14 Sept 2022 at 16:52, David Bear wrote: > I have found that if pgadmin cant reach the postgresql backend, it reports > a failed password error instead of a failed connection. You might make sure > you back end is up and reachable. > pgAdmin will report whatever the

Re: Will not accept password

2022-09-14 Thread David Bear
I have found that if pgadmin cant reach the postgresql backend, it reports a failed password error instead of a failed connection. You might make sure you back end is up and reachable. On Wed, Sep 14, 2022 at 2:41 AM John Zuill wrote: > Hi PG > I am very new at this. So I was quite baffle

Will not accept password

2022-09-14 Thread John Zuill
Hi PG I am very new at this. So I was quite baffled when as soon as I tried to access the server, I got “Fatal: password authentication failed for user “Postgres” The password I used was impossible to get wrong. Its three letters. Any ideas? John Zuill

Re: Port 5432 failed password authentication failed

2022-09-05 Thread Ray O'Donnell
password I did a reset password reset. This was successful, but now I find myself not able to log on to my server as this password is incorrect. This is a PostgreSQL issue rather than a pgAdmin one - as the message says, the password you are supplying for user "postgres" is

Re: Autofocus on master password field

2022-08-22 Thread Ray O'Donnell
On 22/08/2022 05:24, Khushboo Vashi wrote: Hello, On Sun, Aug 21, 2022 at 2:42 AM Ray O'Donnell <mailto:r...@rodonnell.ie>> wrote: Hi all, A small niggle which would be very nice, if 'twere possible to do When pgAdmin starts up and the master-password dialog pops up,

Re: Autofocus on master password field

2022-08-21 Thread Khushboo Vashi
Hello, On Sun, Aug 21, 2022 at 2:42 AM Ray O'Donnell wrote: > Hi all, > > A small niggle which would be very nice, if 'twere possible to do > When pgAdmin starts up and the master-password dialog pops up, it would > be very nice indeed if focus were already on the passwor

Autofocus on master password field

2022-08-20 Thread Ray O'Donnell
Hi all, A small niggle which would be very nice, if 'twere possible to do When pgAdmin starts up and the master-password dialog pops up, it would be very nice indeed if focus were already on the password input, rather than the user having to click into it. It's only a small thing

RE: Unable to connect with password protected ssl key file

2022-05-16 Thread Merkel, Christian
certificate: pki/issued/pgclient-pw.crt Client certificate key: pki/private/pgclient-pw.key And see how you won’t be able to connect to the server and that there is no prompt shown to enter the password for the pgclient-pw.key Best regards, Christian From: Fahar Abbas Sent: Montag, 16. Mai 2022 10

RE: Unable to connect with password protected ssl key file

2022-05-16 Thread Merkel, Christian
I included a typo in one command, sorry: ./easyrsa gen-req pguser This must be: ./easyrsa gen-req pguser nopass So that the private key is not password protected, by default the tool is asking for a pw. Best regards, Christian From: Fahar Abbas Sent: Montag, 16. Mai 2022 12:03 To: Merkel

Re: Unable to connect with password protected ssl key file

2022-05-16 Thread Fahar Abbas
> > > Make sure a user called pgclient EXISTS on your postgres server, then you > should now be able to connect. > > > > And now to the problem, change the following in your connection properties: > > Client certificate: pki/issued/pgclient-pw.crt > > Client certificate

Unable to connect with password protected ssl key file

2022-05-11 Thread Merkel, Christian
Hello, the pgadmin 6.8 software does support SSL mode Verify-Full on connect. But how is it possible to use a password protected client certificate key file to connect? (without password works) There is no prompt shown on connect nor could I find any other way to provide the password

Re: OAuth2 - Share server including username/password

2022-03-20 Thread Khushboo Vashi
Hi Pierre, On Fri, Mar 18, 2022 at 3:54 AM Pierre Beck wrote: > Hello, > > I would like to share servers to all users connecting through OAuth2, > including username and password. Usecase is to give access to Databases for > users of a company. It's a Dev database, credentials ar

OAuth2 - Share server including username/password

2022-03-17 Thread Pierre Beck
Hello, I would like to share servers to all users connecting through OAuth2, including username and password. Usecase is to give access to Databases for users of a company. It's a Dev database, credentials are shared but we would like to ease developers life. I've been able to "Share"

Re: encrypted password for roles not shown

2021-05-14 Thread Dave Page
Hi (please keep the list CC'd) On Fri, May 14, 2021 at 3:00 PM Michael Shapiro wrote: > Dave, it is weird. We are running many servers each with different > versions of Postgres. For some servers, the encrypted password is shown, > for others it is not. > > > It isn't shown f

Re: encrypted password for roles not shown

2021-05-14 Thread Dave Page
Hi On Fri, May 14, 2021 at 2:21 PM Michael Shapiro wrote: > PgAdmin4 does not show the encrypted password for roles. This was fixed in > > https://redmine.postgresql.org/issues/1974 > > but it is missing now. > It's there for me, with both PostgreSQL 11 (RHEL) and 13 (macOS

encrypted password for roles not shown

2021-05-14 Thread Michael Shapiro
PgAdmin4 does not show the encrypted password for roles. This was fixed in https://redmine.postgresql.org/issues/1974 but it is missing now.

Re: How do I remove this stupid "master password"?

2021-02-28 Thread Cherio
ERVER_MODE MASTER_PASSWORD_REQUIRED On Sun, Feb 28, 2021 at 6:08 PM richard coleman wrote: > [ HOW TO DISABLE MASTER PASSWORD feature in pgAdmin4 ] > > Vladimir, > > I sympathize with you. I have had some extensive discussions with the > head developer, unfortunately it doesn't seem to be so

Re: How do I remove this stupid "master password"?

2021-02-28 Thread richard coleman
[ HOW TO DISABLE MASTER PASSWORD feature in pgAdmin4 ] Vladimir, I sympathize with you. I have had some extensive discussions with the head developer, unfortunately it doesn't seem to be something that he is willing to address. It's built to address a *remote* threat vector, one that the vast

Re: How do I remove this stupid "master password"?

2021-02-27 Thread Darren Duncan
I haven't checked if this feature already exists but if it doesn't then a useful thing can be integration between PgAdmin and password managers, for example the MacOS Keychain, so that a master password can still be employed for security but you don't actually have to enter it. Now that you

Re: How do I remove this stupid "master password"?

2021-02-27 Thread vnicolici
to the topic, this extremely annoying "master password" feature is still included in v5. And, when I say it's annoying, I'm not talking about the use of the word "master", which some people may find offensive. I'm talking about wasting hours of our lives by having to do usel

PGADMIN4 wrong password

2020-06-18 Thread Fontana Daniel C (Desartec S.R.L.)
with PGADMIN4 and it tells me the wrong password. 6.- There must be some configuration in PGADMIN4. PGADMIN3 connects the renamed base company_name (with errors for not being supported), but accepts the password that PGADMIN4 rejects. 7.- With PSQL it connects perfectly to the renowned base company_name 8

Re: Password lost

2020-05-14 Thread Murtuza Zabuawala
Hi, This group is intended for pgAdmin4 related issues, you might want to send postgres server related queries to *pgsql-gene...@postgresql.org * BTW, regarding your issue, you can temporarily specify the *trust* authentication in your pg_hba.conf file and reset your password. Refer: https

Password lost

2020-05-14 Thread Jessie Nava
Hello, I have lost my password and cannot use the SQL Shell. How can I reset the password? Thank you Jessie Nava (213)393-9365 jessie.n...@jlnavacorp.com<mailto:jessie.n...@jlnavacorp.com> jessien...@gmail.com<mailto:jessien...@gmail.com>

Re: pgAdmin has started randomly pestering me about a password again.

2020-04-30 Thread Murtuza Zabuawala
Hello, We have fixed the save empty password issue in the latest release, Can you please try downloading pgAdmin 4 v4.21 and check? Link: https://www.pgadmin.org -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Thu, Apr 30, 2020

pgAdmin has started randomly pestering me about a password again.

2020-04-30 Thread tutiluren
Lately, roughly once a day (it seems to not matter if I shut down the pgAdmin server and then start it up again), pgAdmin again asks for the damn password, and I again have to check the "remember" checkbox and click an extra time for the thing to actually start. There is no password.

Re: shared password into the admin

2020-03-03 Thread Khushboo Vashi
Hi On Wed, Mar 4, 2020 at 6:42 AM Mathieu Jobin wrote: > Hi, > > Where I work, we are using a shared password to log in into pgadmin4 > interface. > > creating individual accounts in yet another system is troublesome. > I was wondering if you had any plans to support Googl

shared password into the admin

2020-03-03 Thread Mathieu Jobin
Hi, Where I work, we are using a shared password to log in into pgadmin4 interface. creating individual accounts in yet another system is troublesome. I was wondering if you had any plans to support Google Signin or any other federated login method. our email is google, so that would integrate

pgAdmin 4 with unusual characters in password

2019-12-16 Thread Micha Silver
. From the Windows 10 machine, I can successfully connect only to the DB with a "simple" password (letters and digits only). Is this a known problem on Windows 10? Thanks -- Micha Silver Ben Gurion Univ. Sde Boker, Remote Sensing Lab +972-523-665918

Re: Seriously? MASTER PASSWORD REQUIRED Again?!#$@!

2019-10-21 Thread Dave Page
Ray, On Fri, Oct 18, 2019 at 3:27 PM Ray O'Donnell wrote: > On 18/10/2019 13:51, richard coleman wrote: > > That would be just a wee more helpful if you actually *included* a > > /config_local.py/ in that directory for users to update, or better yet, > > didn't require users to make changes to

Re: Seriously? MASTER PASSWORD REQUIRED Again?!#$@!

2019-10-18 Thread Ray O'Donnell
On 18/10/2019 13:51, richard coleman wrote: That would be just a wee more helpful if you actually *included* a /config_local.py/ in that directory for users to update, or better yet, didn't require users to make changes to config files and just kept the settings in the Preferences UI, as you

Re: Seriously? MASTER PASSWORD REQUIRED Again?!#$@!

2019-10-18 Thread richard coleman
e default being to leave your config file alone. The Windows installer should at least do the same. >> Documentation of Master Password feature: >> https://www.pgadmin.org/docs/pgadmin4/development/master_password.html >> >> Link to Desktop deployment from that pa

Re: Seriously? MASTER PASSWORD REQUIRED Again?!#$@!

2019-10-18 Thread Dave Page
run on Windows, in which the code to write a platform-specific config_distro.py with every installation/upgrade on Windows was added on 16 June 2016: https://git.postgresql.org/gitweb/?p=pgadmin4.git;a=commitdiff;h=931f671756d43ea7d22d460fcb4c7a815a5aad11 > > Documentation of Master Pass

Re: Seriously? MASTER PASSWORD REQUIRED Again?!#$@!

2019-10-17 Thread Aditya Toshniwal
aditya.toshni...@enterprisedb.com> a écrit : >> >>> Hi Richard, >>> >>> You need to add the setting in config_local.py. Other files will be >>> replaced except config_local.py. >>> >>> On Thu, Oct 17, 2019, 22:15 richard coleman >&

Re: Seriously? MASTER PASSWORD REQUIRED Again?!#$@!

2019-10-17 Thread Aditya Toshniwal
wrote: > Aditya, > > That's new. I have kept that setting in that file ever since the it was > introduced. This is the *first* time it's been removed. > > Documentation of Master Password feature: > https://www.pgadmin.org/docs/pgadmin4/development/master_password.html > >

Re: Seriously? MASTER PASSWORD REQUIRED Again?!#$@!

2019-10-17 Thread George Weaver
l.py. On Thu, Oct 17, 2019, 22:15 richard coleman mailto:rcoleman.ascen...@gmail.com>> wrote: Ugg, Just upgraded pgAdmin4 to the latest version 4.14.  Even though I have had the Master Password requirement disabled for as long

Re: Seriously? MASTER PASSWORD REQUIRED Again?!#$@!

2019-10-17 Thread richard coleman
Aditya, That's new. I have kept that setting in that file ever since the it was introduced. This is the *first* time it's been removed. Documentation of Master Password feature: https://www.pgadmin.org/docs/pgadmin4/development/master_password.html Link to Desktop deployment from that page

Re: Seriously? MASTER PASSWORD REQUIRED Again?!#$@!

2019-10-17 Thread Aditya Toshniwal
om> a écrit : > >> Hi Richard, >> >> You need to add the setting in config_local.py. Other files will be >> replaced except config_local.py. >> >> On Thu, Oct 17, 2019, 22:15 richard coleman >> wrote: >> >>> Ugg, >>> >>&

Re: Seriously? MASTER PASSWORD REQUIRED Again?!#$@!

2019-10-17 Thread Didier Gasser-Morlay
cal.py. > > On Thu, Oct 17, 2019, 22:15 richard coleman > wrote: > >> Ugg, >> >> Just upgraded pgAdmin4 to the latest version 4.14. Even though I have >> had the Master Password requirement disabled for as long as it has been in >> existence, guess what I

Re: Seriously? MASTER PASSWORD REQUIRED Again?!#$@!

2019-10-17 Thread Aditya Toshniwal
Hi Richard, You need to add the setting in config_local.py. Other files will be replaced except config_local.py. On Thu, Oct 17, 2019, 22:15 richard coleman wrote: > Ugg, > > Just upgraded pgAdmin4 to the latest version 4.14. Even though I have had > the Master Password requirem

Seriously? MASTER PASSWORD REQUIRED Again?!#$@!

2019-10-17 Thread richard coleman
Ugg, Just upgraded pgAdmin4 to the latest version 4.14. Even though I have had the Master Password requirement disabled for as long as it has been in existence, guess what I was greeted with upon starting pgAdmin4? If you guessed the prompt requiring me to create a Master Password, or be locked

Re: Trouble connecting to Server: Master Password Error Message

2019-09-18 Thread Khushboo Vashi
Hi, On Wed, Sep 18, 2019 at 9:31 PM Ald Matias wrote: > Hello, > > What would be the database server password then? I followed the prompt > step by step and still getting this error message. > > When you have installed *PostgreSQL*, you must have given the password to

Re: Trouble connecting to Server: Master Password Error Message

2019-09-18 Thread Ald Matias
Hello, What would be the database server password then? I followed the prompt step by step and still getting this error message. Thanks, Ald On Tue, Sep 17, 2019 at 8:31 PM Khushboo Vashi wrote: > > Hi, > > On Tue, Sep 17, 2019 at 8:12 PM Ald Matias wrote: >> >> Hello

Re: password

2019-08-20 Thread Murtuza Zabuawala
Just search & rename the "*pgadmin4.db*" file to "*pgAdmin4.db_OLD*" and restart pgAdmin4, it will ask for new user name and password on next execution. Note: You have to add all the DB server again. On Wed, 21 Aug 2019, 02:25 can access pgadmin forgot password, <

Re: password

2019-08-20 Thread Khushboo Vashi
Hi, On Wed, Aug 21, 2019 at 2:25 AM can access pgadmin forgot password < briffa.charl...@gmail.com> wrote: > Could you please help me access my pgadmin due to have an assignment to > finish. > I didn't get the problem, so please specify your request in detail. pgAdmin 4 docum

password

2019-08-20 Thread can access pgadmin forgot password
Could you please help me access my pgadmin due to have an assignment to finish. Thanks and regards Charlie Briffa Sent from Mail for Windows 10

Re: (Repeat.) Please give pgAdmin 4 its own GUI. The constant password inputs are driving me insane...

2019-07-29 Thread Dave Page
he only one who would like that opportunity. >>> >> >> You are running in desktop mode, otherwise you would see the login page >> when you first connect (and you wouldn't get the master password prompt). >> See https://www.pgadmin.org/docs/pgadmin4/4.11/getting_sta

Re: (Repeat.) Please give pgAdmin 4 its own GUI. The constant password inputs are driving me insane...

2019-07-29 Thread richard coleman
t;> out how to pull that off. If you could explain, I would imagine I am not >> the only one who would like that opportunity. >> > > You are running in desktop mode, otherwise you would see the login page > when you first connect (and you wouldn't get the master password

Re: (Repeat.) Please give pgAdmin 4 its own GUI. The constant password inputs are driving me insane...

2019-07-29 Thread Dave Page
time. I sure haven't been able to find out how to > pull that off. If you could explain, I would imagine I am not the only one > who would like that opportunity. > You are running in desktop mode, otherwise you would see the login page when you first connect (and you wouldn't get the mast

Re: (Repeat.) Please give pgAdmin 4 its own GUI. The constant password inputs are driving me insane...

2019-07-29 Thread richard coleman
Dave, Thanks for helping to clear that up, I am sorry I misunderstood Khushboo's response. As for running in *desktop mode*, I didn't think that was possible for quite some time. I sure haven't been able to find out how to pull that off. If you could explain, I would imagine I am not the only

Re: (Repeat.) Please give pgAdmin 4 its own GUI. The constant password inputs are driving me insane...

2019-07-29 Thread Dave Page
Hi On Sat, Jul 27, 2019 at 1:55 PM wrote: > Sorry for repeating this, but the only replies I got were unrelated to > what I typed, instead briefly discussing master passwords. > Please see

Re: (Repeat.) Please give pgAdmin 4 its own GUI. The constant password inputs are driving me insane...

2019-07-29 Thread Dave Page
Hi On Sat, Jul 27, 2019 at 8:50 PM richard coleman wrote: > (sorry about the last missive - continued) > > On Sat, Jul 27, 2019 at 3:38 PM richard coleman < > rcoleman.ascen...@gmail.com> wrote: > >> Darren, >> >> On Sat, Jul 27, 2019 at 3:03 PM Darren Duncan >> wrote: >> >>> Have you tried

Re: (Repeat.) Please give pgAdmin 4 its own GUI. The constant password inputs are driving me insane...

2019-07-27 Thread richard coleman
and compartmentalize >> my >> activity between them, and they're all mutually isolated. >> >> -- Darren Duncan >> >> On 2019-07-27 5:54 a.m., tutilu...@tutanota.com wrote: >> > Sorry for repeating this, but the only replies I got were unrelated to >>

Re: (Repeat.) Please give pgAdmin 4 its own GUI. The constant password inputs are driving me insane...

2019-07-27 Thread richard coleman
and they're all mutually isolated. > > -- Darren Duncan > > On 2019-07-27 5:54 a.m., tutilu...@tutanota.com wrote: > > Sorry for repeating this, but the only replies I got were unrelated to > what I > > typed, instead briefly discussing master passwords. > > > &

Re: (Repeat.) Please give pgAdmin 4 its own GUI. The constant password inputs are driving me insane...

2019-07-27 Thread Darren Duncan
single day, even after getting rid of the "master password" nonsense (which was a nightmare in itself), pgAdmin keeps asking me, again and again, to enter the password when I try to connect to my servers. This is cleared every single time I clear my browser data, which is a

Re: Please give pgAdmin 4 its own GUI. The constant password inputs are driving me insane...

2019-07-25 Thread Michel Feinstein
Avin, There's a lengthy explanation about the vulnerabilies around the Master Password, solution, if you can't find it on the list, please let me know. In a nutshell, a malware downloaded into a machine (or a malicious browser extension) could search for pgAdmin passwords and steal them. Many

Re: Please give pgAdmin 4 its own GUI. The constant password inputs are driving me insane...

2019-07-25 Thread Avin Kavish
pathizing with > Avin. While I agree that there are use cases where a *master password* > feature > makes sense, I disagree that it is the *majority* of cases, or even > applicable to the *majority* of users. Therefore I believe that it is > *implemented* poorly. If history is any gu

Re: Please give pgAdmin 4 its own GUI. The constant password inputs are driving me insane...

2019-07-25 Thread richard coleman
Dave, There is no attack of any kind in that post. I am sympathizing with Avin. While I agree that there are use cases where a *master password* feature makes sense, I disagree that it is the *majority* of cases, or even applicable to the *majority* of users. Therefore I believe

Re: Please give pgAdmin 4 its own GUI. The constant password inputs are driving me insane...

2019-07-25 Thread richard coleman
Avin, I agree, the master password *nonsense* was poorly implemented. I too wish the developers would rethink it. Until then there is a way to disable it by setting an option in a config file. I can provide more details if you would like (or you could look for other more expansive posts

Re: Please give pgAdmin 4 its own GUI. The constant password inputs are driving me insane...

2019-07-25 Thread Khushboo Vashi
Hi, On Thu, Jul 25, 2019 at 1:51 PM Avin Kavish wrote: > I'm curious to know where the need for the master password arose and > whether it can be disabled or made optional. I don't believe it is needed > for personal PCs, the OS login is enough protection. > > Ple

Re: Please give pgAdmin 4 its own GUI. The constant password inputs are driving me insane...

2019-07-25 Thread Avin Kavish
I'm curious to know where the need for the master password arose and whether it can be disabled or made optional. I don't believe it is needed for personal PCs, the OS login is enough protection. On Thu, Jul 25, 2019 at 1:07 PM wrote: > Every single day, even after getting rid of the &quo

Please give pgAdmin 4 its own GUI. The constant password inputs are driving me insane...

2019-07-25 Thread tutiluren
Every single day, even after getting rid of the "master password" nonsense (which was a nightmare in itself), pgAdmin keeps asking me, again and again, to enter the password when I try to connect to my servers. This is cleared every single time I clear my browser data, which is a

Feature request: press in master password dialog

2019-06-15 Thread Ray O'Donnell
Hi all, As it say in $subject - when pgAdmin starts up and the new dialog pops up to ask the master password, it would be nice to be able simply to type it and hit , rather than having to use the mouse to click the appropriate button. I've created a feature request on Redmine: https

Re: Enter master password

2019-06-05 Thread Aditya Toshniwal
Hi Christoph, We have a RM for that - https://redmine.postgresql.org/issues/4310 and the fix is underway. Should be available in next release. On Wed, Jun 5, 2019 at 2:42 PM Christoph Berg wrote: > Hi, > > in the master password entry popup, it would be awesome if I could > simp

Enter master password

2019-06-05 Thread Christoph Berg
Hi, in the master password entry popup, it would be awesome if I could simply hit Enter to confirm. Christoph

Re: login role password

2019-06-04 Thread Michael Shapiro
Thanks. That is a helpful workaround. I am asking for this functionality to be added to PgAdmin4, so that when you select the SQL for a login role you see what PgAdmin3 shows. CREATE ROLE xxx_user LOGIN ENCRYPTED PASSWORD 'md5f349771b7d83b170e8377bd7d09' SUPERUSER INHERIT CREATEDB

Re: login role password

2019-06-04 Thread Isaías Sánchez
Just: select * from pg_authid; En 4 de junio de 2019 15:14:49 Michael Shapiro escribió: PgAdmin3 has the ability to see the encrypted password for a login role. That allow me to copy the login role password from one server to another (without having to know the password). I don't see how

Re: DB password default

2019-04-18 Thread Aditya Toshniwal
Hi, On Thu, Apr 18, 2019 at 12:28 AM Justin Pryzby wrote: > I'm wondering if I can request that a blank SSH password would default to > the > DB password (or vice-versa). > > I'm refering to the login box when passwords aren't saved (but maybe this > wou

DB password default

2019-04-17 Thread Justin Pryzby
I'm wondering if I can request that a blank SSH password would default to the DB password (or vice-versa). I'm refering to the login box when passwords aren't saved (but maybe this would also apply when they are). Alternately, it could be a checkbox (defaulting to on if the password is blank

DB password default

2019-04-17 Thread Justin Pryzby
I'm wondering if I can request that a blank SSH password would default to the DB password (or vice-versa). I'm refering to the login box when passwords aren't saved (but maybe this would also apply when they are). Alternately, it could be a checkbox (defaulting to on if the password is blank

Re: pgAdmin Saved Password Security

2019-04-17 Thread Michel Feinstein
Hi Dave, Thank you for your response. Where and how is the AES key safely stored then, in order to decript the encrypted password? Or upon choosing to save a password we have to enter a master password? Best wishes, Michel. On Wed, Apr 17, 2019, 05:05 Dave Page wrote: > Hi > > On

Re: pgAdmin Saved Password Security

2019-04-17 Thread Dave Page
Hi On Wed, Apr 17, 2019 at 7:20 AM Michel Feinstein wrote: > Hi, > > I am new to pgAdmin and PostgreSQL. I am configuring a new server > connection and I can see there's an option to save my server's password. > > How secure is this option? Does it save my password as

Re: Prevent password change

2018-07-01 Thread Khushboo Vashi
Hi, On Fri, Jun 29, 2018 at 4:25 PM, Henrik Uggla wrote: > Hi! > > How can I disable the password change dialog for all regular Pgadmin > users? I want only the Pgadmin Server administrator to be able to set > Pgadmin login passwords. > > At the moment, pgAdmin does

Prevent password change

2018-06-29 Thread Henrik Uggla
Hi! How can I disable the password change dialog for all regular Pgadmin users? I want only the Pgadmin Server administrator to be able to set Pgadmin login passwords. Regards HU

Re: Recover postgresql password storein in pgadmin.db

2018-02-17 Thread Murtuza Zabuawala
​You can reset the database password & update that new password in pgAdmin4 when you try to connect next time. Ref: https://stackoverflow.com/questions/10845998/i- forgot-the-password-i-entered-during-postgres-installation On Fri, Feb 16, 2018 at 4:04 PM, Marco Tosato <marco@gmail.com

Recover postgresql password storein in pgadmin.db

2018-02-16 Thread Marco Tosato
Hello! My pgAdmin is correctly configure to connect to my server and is the tool of choise to manage the DB I'm so used to pgAdmin with stored password that I forgot the password of Postgresql. Since the password is stored in the pgAdmin DB could someone tell me how to recover it from

Re: How to decrypt stored psql server password from pgadmin4.db?

2018-02-14 Thread Viper 12XN
Hi, I need to know the password. Changing it doesn't help in my case, unfortunately. 2018-02-14 9:54 GMT+01:00 Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com>: > ​You can directly reset the database password, > Ref: https://stackoverflow.com/questions/10845998/i- > forgot

  1   2   >