Обсуждение: [pgadmin-support] Password change

Поиск
Список
Период
Сортировка

[pgadmin-support] Password change

От
"Edgard Bernardino"
Дата:

Hi,

 

On pgdmin Gui, I’m trying to change the password for the Gui, but the page returns an error:

 

 

I I put the wrong current pass, he says the password is wrong. If I put the right one, it gives me a 404 on send.

 

 

I guess Its because it is setup on my own subdomain, I don’t know. I’m trying, thought, to change the pass using SHH.

 

I have no idea how. Any ideas?

 

 

Thank you

Re: [pgadmin-support] Password change

От
Dave Page
Дата:
Hi

On Thu, Dec 15, 2016 at 10:40 PM, Edgard Bernardino <edgardbernardino@gmail.com> wrote:

Hi,

 

On pgdmin Gui, I’m trying to change the password for the Gui, but the page returns an error:

 

 

I I put the wrong current pass, he says the password is wrong. If I put the right one, it gives me a 404 on send.

 

 

I guess Its because it is setup on my own subdomain,


What is the URL of the password change form, and where it tries to send you when hit the Change Password button (feel free to obfuscate the host/domain name, but please give the exact paths).

 

I don’t know. I’m trying, thought, to change the pass using SHH.


SHH?
 

 

I have no idea how. Any ideas?

 

 

Thank you




--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Re: [pgadmin-support] Password change

От
"Edgard Bernardino"
Дата:

Hi,

 

On pgdmin Gui, I’m trying to change the password for the Gui, but the page returns an error:

 

 

I I put the wrong current pass, he says the password is wrong. If I put the right one, it gives me a 404 on send.

 

 

I guess Its because it is setup on my own subdomain,

 

What is the URL of the password change form, and where it tries to send you when hit the Change Password button (feel free to obfuscate the host/domain name, but please give the exact paths).

 

 http://pgadmin.[site].com/change

 

When I hit Change Password, stays on the same URL.

I don’t know. I’m trying, thought, to change the pass using SHH.

 

SHH?

 

SSH/Putty.

 

 

I have no idea how. Any ideas?

 

 

Thank you


Thanks!

Re: [pgadmin-support] Password change

От
Dave Page
Дата:


On Fri, Dec 16, 2016 at 10:49 AM, Edgard Bernardino <edgardbernardino@gmail.com> wrote:

Hi,

 

On pgdmin Gui, I’m trying to change the password for the Gui, but the page returns an error:

 

 

I I put the wrong current pass, he says the password is wrong. If I put the right one, it gives me a 404 on send.

 

 

I guess Its because it is setup on my own subdomain,

 

What is the URL of the password change form, and where it tries to send you when hit the Change Password button (feel free to obfuscate the host/domain name, but please give the exact paths).

 


Where is the form trying to submit to?
 

 

When I hit Change Password, stays on the same URL.

I don’t know. I’m trying, thought, to change the pass using SHH.

 

SHH?

 

SSH/Putty.


Oh - that won't really help much, as the password is stored in a hashed form in the configuration database. 

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Re: [pgadmin-support] Password change

От
"Edgard Bernardino"
Дата:

 

 

When I hit Change Password, stays on the same URL.

I don’t know. I’m trying, thought, to change the pass using SHH.

 

SHH?

 

SSH/Putty.

 

Dave> Oh - that won't really help much, as the Dave> password is stored in a hashed form in Dave> the configuration database. 

 

Can I run an query update?

 

 

Thanks you,

Edgard

Re: [pgadmin-support] Password change

От
Dave Page
Дата:
On Fri, Dec 16, 2016 at 12:24 PM, Edgard Bernardino
<edgardbernardino@gmail.com> wrote:
>
>
>
>
> When I hit Change Password, stays on the same URL.
>
> I don’t know. I’m trying, thought, to change the pass using SHH.
>
>
>
> SHH?
>
>
>
> SSH/Putty.
>
>
>
> Dave> Oh - that won't really help much, as the Dave> password is stored in a
> hashed form in Dave> the configuration database.
>
>
>
> Can I run an query update?

Not unless you can figure out how to generate the required data to go
in there (i.e. work out how Flask-Security generates the hash).

If you can answer my earlier question about where the form submits to,
then maybe I can figure out what is preventing it working properly for
you.

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company