Skip to content
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

Cannot change password after enabling integration #159

Open
marcominiluca opened this issue Nov 13, 2024 · 13 comments
Open

Cannot change password after enabling integration #159

marcominiluca opened this issue Nov 13, 2024 · 13 comments

Comments

@marcominiluca
Copy link

Hi, i need to modify the password. Could you please help me to understand where the password is stored?

@oyvindwe
Copy link
Owner

Oh, I should add a config flow for that!

Currently you need to remove and add the integration to login with a new password. All entities should be preserved though.

@marcominiluca
Copy link
Author

I tried but i get this error when i put my username and password
image

@oyvindwe
Copy link
Owner

Have you updated to 0.20.2?

@marcominiluca
Copy link
Author

Yes

@oyvindwe
Copy link
Owner

You can enable debug logging and check the login response for an error message

@marcominiluca
Copy link
Author

How can I enable it if i removed the integration? :)
image

@oyvindwe
Copy link
Owner

How can I enable it if i removed the integration? :)

Click "Add integration".

@marcominiluca
Copy link
Author

Yes, I does open the credential pane. I can't enable the debugging log from there

@oyvindwe
Copy link
Owner

Ah, then you need to edit configuration.yaml and restart HA:

logger:
  default: info
  logs:
    custom_components.connectlife: debug
    connectlife: debug

@marcominiluca
Copy link
Author

Thank you. Here is the status.. seems related to Issue #157

What do you think?

2024-11-13 14:40:02.596 DEBUG (MainThread) [connectlife.api] response: { "callId": "818cb1d26b49431ab68ca91f3cc7b591", "errorCode": 206001, "errorDetails": "Missing required fields for registration: preferences.terms.connectlife_terms_conditions.isConsentGranted, preferences.privacy.connectlife_privacy_policy.isConsentGranted", "errorMessage": "Account Pending Registration", "apiVersion": 2, "statusCode": 206, "statusReason": "Partial Content", "time": "2024-11-13T13:40:02.568Z", "registeredTimestamp": 1708423801, "UID": "76206a593a1b4587ac822f7696402e63", "UIDSignature": "/pTcnT5mnoILw38Et/GHNgiW4po=", "signatureTimestamp": "1731505202", "created": "2024-02-20T10:10:01.361Z", "createdTimestamp": 1708423801, "isActive": true, "isRegistered": true, "isVerified": true, "lastLogin": "2024-11-13T13:40:02.512Z", "lastLoginTimestamp": 1731505202, "lastUpdated": "2024-11-13T11:18:29.925Z", "lastUpdatedTimestamp": 1731496709925, "loginProvider": "site", "oldestDataUpdated": "2024-02-20T10:10:01.361Z", "oldestDataUpdatedTimestamp": 1708423801361, "profile": { "firstName": "NAME", "lastName": "SURNAME", "city": "N/A", "country": "IT", "email": "MAIL", "zip": "N/A" }, "registered": "2024-02-20T10:10:01.879Z", "socialProviders": "site", "verified": "2024-02-20T10:10:18.764Z", "verifiedTimestamp": 1708423818764, "newUser": false, "regToken": "st2.s.AtLt........", "sessionInfo": { "expires_in": "3600" } }

@oyvindwe
Copy link
Owner

You need to accept the new terms in the app

@marcominiluca
Copy link
Author

I'd do that but the app enters in a loop when i accept the terms. Also tried with another phone. I hope they release a new version asap

@CMNTDP
Copy link

CMNTDP commented Nov 13, 2024

I'd do that but the app enters in a loop when i accept the terms. Also tried with another phone. I hope they release a new version asap
andrdoid
same problem here... android app enter in loop accepting GDPR terms

@oyvindwe oyvindwe changed the title App forced me to change Password Cannot change password after enabling integration Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants