-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't prompt PWLUs for the password they don't know #3748
Labels
Comments
10 tasks
lukebarnard1
changed the title
Modify the settings panel so that it doesn't invite users to reset their password using a password they don't know.
Don't PWLUs for the password they don't know
May 10, 2017
lukebarnard1
changed the title
Don't PWLUs for the password they don't know
Don't prompt PWLUs for the password they don't know
May 10, 2017
I've realised this affects more than just the "Account" section in UserSettings:
These will each require a special case for PWLUs |
This isn't a thing that we do anymore, so pushing this under the umbrella of #9264 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The details of the new guest experience for Riot are on the project plan: element-hq/riot-meta#59
If we enable users to create new accounts without submitting passwords, we need to make this bit of UI in the user settings pane still make sense:
This should either present a mechanism to set the password inline, or launch the same modal you'd get from clicking the 'complete registration' nag button.
If we implement it inline, at the bare minimum it should look like this:
Of course, we could just remove the section completely and rely on the modal.
The text was updated successfully, but these errors were encountered: