-
Notifications
You must be signed in to change notification settings - Fork 15
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
Show hint to impersonators that app-tokens cannot be created #34
Comments
+1 |
Yeah it won't be possible to create apptokens when impersonating. To create an apptoken you need the password of the user. But you don't have that when impersonating. Also note that there is no way to obtain it since the password is not stored accesisable in the DB. |
Hey over here ! It is pretty frustrating to encounter this behavior from the security page itself (and it definitely looks like a bug !). Thanks 🙇♂️ EDIT : Ping #10 |
Yeah, this would be an improvement. Let me change the topic. |
Hi @blizzz , so it would not be possible again to create these App Token/QR Codes as an Admin for a user while impersonate him? |
Hi, As I didn't know impersonators can't create app token (no field in web UI), I tried through cli.
I checked and it shows up on web UI and can be used. Is it voluntary ? ps: I'm running NC 23.0.10 |
@thopico yes, it is unrelated here, and it is not a bug, but working as expecting, citing »The password has not been validated, some features might not work as intended.« |
Running Nextcloud 13
When impersonating a user and trying to create app-token
the token is created but you cant change the username impersonated.
It keeps the impersonators username instead of the user impersonated.
The text was updated successfully, but these errors were encountered: