nextcloud / nextcloud/mail

AccountSettings hide sieve, filters, etc with invalid password

Open
#13,515 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

1. to develop bug
Dominant language
JavaScript
Stars
1k
Forks
348
Avg merge
12h 28m
Merged PRs (30d)
91

Description

Steps to reproduce
  1. Have sieve enasbled
  2. Change the password for an account (imap or db) to trigger the error state
  3. See the warning in the navigation, click change password
  4. Observe the out-of-office, mail filter, active sieve script request
Expected behavior

Dont do xhr requests
Hide the section

Actual behavior

Xhr requests that fail because invalid password

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the invalid-password flow from the account warning, then locate the navigation and account-settings code that requests out-of-office, mail-filter, and active-sieve data. Done means those requests are not sent and the related section is hidden while the password is invalid; the issue names no files or tests, so identify the relevant frontend entry points first.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
64/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.