Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Simple password strength test and improved user guidance during password reset #4673

Closed
wants to merge 5 commits into from

Commits on Jun 1, 2020

  1. A clearer GUI sequence and a basic verify password strength method ar…

    …e created.
    
    To guide the user when requesting a new password, the submit button in invalidated until a (most likely) correct e-mail address,  a new password and password conformation are given. For each state a new description on the button is added. This blocks filling in usernames or matrixID or other strings which cannot be an e-mail address. It does not validate the existence of an e-mail address.
    This should solve issue element-hq/element-web#9978
    peter-scholtens committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    ea44dd7 View commit details
    Browse the repository at this point in the history
  2. Update en_EN.json

    peter-scholtens committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    ac0ccbb View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

  1. Merge branch 'develop' into patch-1

    Peter C. S. Scholtens committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    2ffc285 View commit details
    Browse the repository at this point in the history
  2. Replaced home brew email check with Email.looksValid().

    Peter C. S. Scholtens committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    9a74b3f View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' of git://github.com/matrix-org/matrix-react-sd…

    …k into patch-1
    Peter C. S. Scholtens committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    ae403ac View commit details
    Browse the repository at this point in the history