Only save login credentials in database once there is an external storage that needs it - #21037
Merged
Conversation
Contributor
|
This patch also helps with #6343 as the data is not written anymore on login. How do you detect changed credentials without listening to postLogin? |
Member
Author
Forgot about that 🙈 , will need to add something for that |
Member
Author
done |
icewind1991
force-pushed
the
login-credentails-save
branch
from
May 20, 2020 14:01
d2b31d6 to
c89db6c
Compare
Contributor
Nice 👍 Much cleaner than before and will still help with #6343 as the password is only updated on change 🚀 |
icewind1991
force-pushed
the
login-credentails-save
branch
from
May 20, 2020 14:32
c89db6c to
39c0e4b
Compare
MorrisJobke
reviewed
May 25, 2020
icewind1991
force-pushed
the
login-credentails-save
branch
from
May 26, 2020 14:47
39c0e4b to
48909ff
Compare
Contributor
MorrisJobke
reviewed
Jul 30, 2020
MorrisJobke
reviewed
Jul 30, 2020
…rage that needs it Signed-off-by: Robin Appelman <robin@icewind.nl>
…ured using them Signed-off-by: Robin Appelman <robin@icewind.nl>
Signed-off-by: Robin Appelman <robin@icewind.nl>
Member
|
Let me fix this :) |
MorrisJobke
force-pushed
the
login-credentails-save
branch
from
July 30, 2020 09:53
48909ff to
91cfd49
Compare
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
MorrisJobke
force-pushed
the
login-credentails-save
branch
from
July 30, 2020 10:05
91cfd49 to
0b0cc48
Compare
|
🤖 beep boop beep 🤖 Here are the logs for the failed build: Status of 31206: failuremysql8.0-php7.2Show full logintegration-external-storageCould not fetch logs |
blizzz
approved these changes
Aug 7, 2020
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Also fixes #6343