Skip to content
This repository has been archived by the owner on Dec 3, 2019. It is now read-only.

Implement confirm password field for new users #147

Closed
phil-davis opened this issue Feb 15, 2019 · 3 comments
Closed

Implement confirm password field for new users #147

phil-davis opened this issue Feb 15, 2019 · 3 comments
Assignees
Milestone

Comments

@phil-davis
Copy link
Contributor

Like in core owncloud/core#29901 where we now have a "retype password" field when a user has been sent an email with a password reset link. (core PR owncloud/core#30981 has the core code)

Do similar for when the administrator creates a new user with just a username and email address. The link in the email should be a page that asks for the password to be typed twice.

@phil-davis phil-davis self-assigned this Feb 15, 2019
@sharidas
Copy link
Contributor

I think where ever we deal with password reset, it should be entered twice. Will bring consistancy to our UI. Totally agree with you.

@phil-davis
Copy link
Contributor Author

I am doing this straight away, because acceptance tests were trying to drive this "new user" password setting case just the same as the "reset password" case. PR coming in a moment...

@phil-davis
Copy link
Contributor Author

See PR #146 for implementation.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants