mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-09 03:54:08 +00:00
Add support for changing passwords, resetting passwords and signing
up for new accounts.
This commit is contained in:
@ -81,6 +81,7 @@ sitenav = {
|
||||
{'title': 'Products', 'link':'/account/edit/products/'},
|
||||
{'title': 'Organisations', 'link':'/account/edit/organisations/'},
|
||||
]},
|
||||
{'title': 'Change password', 'link':'/account/changepwd/'},
|
||||
{'title': 'Logout', 'link':'/account/logout'},
|
||||
],
|
||||
}
|
||||
|
Reference in New Issue
Block a user