- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 4.6k
Stop if there is no encrypted token #16782
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
Conversation
Fix Argument 1 passed to OC\Security\Crypto::decrypt() must be of the type string, null given Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
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.
Makes sense.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| Looks unrelated to me. server/tests/Core/Controller/LostControllerTest.php Lines 703 to 715 in 08a61f3 
 We should return $user instead of $this->existingUser here. Not sure why this is going to break now 🙈 | 
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| O lol. So the test was wrong. We just never noticed because we catched  | 
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.
looks good to me
| /backport to stable16 | 
| backport to stable16 in #17648 | 
| @kesselb still facing same issue on NC 17.0.2.  | 
| 
 Trace is different to: #16729 (comment). Please create a new issue. | 

Fix #16729
Argument 1 passed to OC\Security\Crypto::decrypt() must be of the type string, null given