-
-
Notifications
You must be signed in to change notification settings - Fork 4.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
Fix admin password strengthify tooltip #25712
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
st3iny
force-pushed
the
fix/noid/admin-password-tooltip
branch
from
February 19, 2021 08:48
4e2107a
to
a785da3
Compare
Rebased and fixed node build job |
Signed-off-by: Richard Steinmetz <[email protected]>
st3iny
force-pushed
the
fix/noid/admin-password-tooltip
branch
from
February 22, 2021 20:31
a785da3
to
2771e44
Compare
skjnldsv
approved these changes
Feb 24, 2021
juliusknorr
approved these changes
Feb 24, 2021
juliusknorr
added
4. to release
Ready to be released and/or waiting for tests to finish
and removed
3. to review
Waiting for reviews
labels
Feb 24, 2021
/backport to stable21 |
/backport to stable20 |
/backport to stable19 |
The backport to stable19 failed. Please do this backport manually. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
4. to release
Ready to be released and/or waiting for tests to finish
bug
feature: install and update
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes the admin password strengthify tooltip not being shown on the install page.
Unfortunately, the console is spammed with unavoidable deprecation warnings (ref #12980):
tooltip.js:36 Deprecated call $.tooltip('fixTitle') has been deprecated and should be removed
This has to be fixed in the upstream library at https://github.com/MorrisJobke/strengthify.
Before
Console error:
After