-
Notifications
You must be signed in to change notification settings - Fork 13
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
Add re-login information after successful action #21
Conversation
7fbe5b8
to
aa42143
Compare
Codecov Report
@@ Coverage Diff @@
## master #21 +/- ##
============================================
+ Coverage 64.26% 64.28% +0.01%
Complexity 598 598
============================================
Files 33 33
Lines 2211 2212 +1
============================================
+ Hits 1421 1422 +1
Misses 790 790
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.
see comment, let's do it properly and get rid of both globals
aa42143
to
9c16d33
Compare
The imho CI failure doesn't look related to this change... |
After successful re-creation of masterkey, its always better to let user know that one needs to re-login. Signed-off-by: Sujith H <[email protected]>
a0fe6b5
to
326a738
Compare
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.
👍
@sharidas please backport |
Backport to stable10 : owncloud/core#34596 |
After the command is executed successfully by
recreating masterkey, the user should be informed
to relogin.
Signed-off-by: Sujith H [email protected]