Select Reset password from login screen. Enter email address that does not exist in system.
Expect message that user does not exist.
Actual: Nothing happens.

Is this working as intended?

Comments

bradflewelling created an issue. See original summary.

Priyanka.addweb’s picture

Status: Active » Needs review
StatusFileSize
new386 bytes

Here is the patch for validation check on Reset password page.

yogeshmpawar’s picture

+++ b/templates/page--user--password.html.twig
@@ -9,7 +9,8 @@
+   ¶

@Nidhi.p.addweb - can you remove this space here.

yogeshmpawar’s picture

StatusFileSize
new36.28 KB
new381 bytes

Added updated patch with removal of that whitespace which giving warning on applying of patch.

  • Yogesh Pawar committed f7cf1c5 on 8.x-1.x
    Issue #2923697 by Yogesh Pawar, Nidhi.p.addweb, bradflewelling: Not...
yogeshmpawar’s picture

Status: Needs review » Fixed

Committed & Pushed to 8.x-1.x branch & Thanks @Nidhi.p.addweb & @bradflewelling for working & reporting this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

pieterdc’s picture