-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Fixes occ user:info when the user never logged in #30886
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
Signed-off-by: Côme Chilliet <[email protected]>
|
/backport to stable23 |
|
/backport to stable22 |
|
/backport to stable21 |
|
cc @enoch85 |
CarlSchwan
left a comment
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.
Nice
|
The backport to stable22 failed. Please do this backport manually. |
|
The backport to stable21 failed. Please do this backport manually. |
|
Is it possible that this was only a problem in nc23? |
|
When i run it on NC22 on a never logged-in user: |
|
Thank you!! 🥇 |
Fix #30715
When running occ user:info on a non-existing user you get:
which is expected, but when running occ user:info on a user which exists but never logged id, you get:
with this PR you will get:
Here is what it looks like for a user who did log in:
Signed-off-by: Côme Chilliet [email protected]