-
-
Notifications
You must be signed in to change notification settings - Fork 4.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
Ldap password renewal fixes for NC13 #9288
Ldap password renewal fixes for NC13 #9288
Conversation
Signed-off-by: Roger Szabo <[email protected]>
Signed-off-by: Roger Szabo <[email protected]>
apps/user_ldap/css/renewPassword.css
Outdated
width:0; | ||
height:0; | ||
border-color:transparent; | ||
border-style:solid |
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.
Could I ask you to have them same indention level as in the previous lines.
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.
Oh yeah sure, done now with commit "css indent alignment"
Signed-off-by: Roger Szabo <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #9288 +/- ##
============================================
- Coverage 51.94% 51.93% -0.02%
- Complexity 25383 25389 +6
============================================
Files 1608 1608
Lines 95423 95435 +12
Branches 1394 1394
============================================
- Hits 49571 49563 -8
- Misses 45852 45872 +20
|
Signed-off-by: Roger Szabo <[email protected]>
cc @nextcloud/ldap |
Is it specific to that page, or useful for nextcloud in general? |
Specific to that page. |
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.
Form looks proper, logic works
needs another reviewer |
Backport is in #9661 |
Hi,
The "Renew Password" page in user_ldap needed minor adjustments to keep it aligned with NC13 core changes:
Commit "adjust css to nc13 core changes"
Since NC 13 the "Renew Password" page doesn't load the
server.scss
anymore, so tooltip related CSS is copied over torenewPassword.css
until issue server.scss for login pages #9251 is solved. The commit also includes a minor adjustment in label position and button background colorCommit "remove reset password link"
The reset password function in core has been heavily revamped, so instead of updating the "Renew Password" page with this now quite complicated function, the reset password link is now removed completely from the "Renew Password" page. This is because such feature isn't needed on the "Renew Password" page anyway, and here's why: