pgadmin-org / pgadmin-org/pgadmin4
Disable password reset page when email subsystem is disabled
Open
Nobody has claimed this yet.
Feature
- Dominant language
- Python
- Stars
- 3.8k
- Forks
- 891
- Avg merge
- 4d 7h
- Merged PRs (30d)
- 8
Description
Describe the solution you'd like
When pgAdmin is started without working email subsystem, for example with PGADMIN_DISABLE_POSTFIX environment variable set to True, Forgot password page should be hidden.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Forgot password page and the code that handles the PGADMIN_DISABLE_POSTFIX environment variable. Confirm how the email subsystem's disabled state is exposed, then verify that the page is hidden when disabled and remains available when email is enabled.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- authentication, backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100