-
Notifications
You must be signed in to change notification settings - Fork 95
Support for checking if old login is used #90
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
|
I thought |
|
It indeed is.
…On Wed, Sep 20, 2017 at 11:37 AM, Andy Scherzinger ***@***.*** > wrote:
I thought INVALID_SESSION_TOKEN is the indicator for using and old login,
is it not?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#90 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAWsgXoaC24AxRYKc5jWqbubhkkLgEMks5skNz1gaJpZM4PdmGo>
.
|
|
Then imho this needs to be the other way round: |
|
You misunderstood :) Will clarify on IRC...
…On Wed, Sep 20, 2017 at 11:53 AM, Tobias Kaminsky ***@***.***> wrote:
Is it, but for storing it in arbitrary data provider (and for possible
later usage) I think ACCOUNT_USES_OLD_LOGIN is a better/more descriptive
name.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#90 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAWsm0rYsFTWcgFVTjhhPcHWN9SfzsDks5skOB-gaJpZM4PdmGo>
.
|
|
@tobiasKaminsky it is, but the issue is not in the name but where it should go. Also this will NOT trigger if you use old-login with app password. So maybe: ACCOUNT_USES_STANDARD_PASSWORD instead? |
|
Thanks @AndyScherzinger, I fixed it. |
|
@AndyScherzinger @tobiasKaminsky thoughts on replacing the name to better signify what the actual problem is? |
I tried this, I logged into NC12 server with old login method (wait 60s on login and choose fallback). And then this was triggered. |
|
Well what I'm saying is ... if you login with an old login method to NC12 with the app password you generated yourself, Push should work and you should not get this error AFAIK. |
|
Now I got it :-) |
f7e8bce to
a98a1cc
Compare
|
let's get this merged 🚀 @mario 😃 |
Ref: nextcloud/android#1560