-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[stable10] Add confirm password after new password #34492
Conversation
The confirm password would help to validate if the password entered is same as new password entered. Signed-off-by: Sujith H <sharidasan@owncloud.com>
Codecov Report
@@ Coverage Diff @@
## stable10 #34492 +/- ##
==============================================
- Coverage 63.6% 63.6% -0.01%
Complexity 19091 19091
==============================================
Files 1264 1264
Lines 75303 75302 -1
Branches 1291 1291
==============================================
- Hits 47897 47894 -3
- Misses 27026 27028 +2
Partials 380 380
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## stable10 #34492 +/- ##
==============================================
- Coverage 63.6% 63.59% -0.02%
Complexity 19091 19091
==============================================
Files 1264 1264
Lines 75303 75316 +13
Branches 1291 1292 +1
==============================================
Hits 47897 47897
- Misses 27026 27039 +13
Partials 380 380
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
ToDo;
|
Note to self: this should be a consistent package of changes now. If CI passes. merge quickly ;) |
e47716e
to
c64ae49
Compare
c64ae49
to
51db421
Compare
Backport PRs #30981 and #34490
And adjust confirm password steps for
webUIManageUsersGroups/addUsers.feature
which only exists in corestable10
Backport owncloud-archive/user_management#146 changes for user_management issue owncloud-archive/user_management#147