-
Notifications
You must be signed in to change notification settings - Fork 7
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
Remove 40 char API Key Validation (#145) #146
Conversation
* remove 40char api key validation * fix migrate button * changelog
* track variable * remove exe * changelog * changelog * fix gui localusername * fix MTP with Form * changelog * autobind fix
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.
Two things to change,
-
Cleaning up the tests that we have skipped now
-
Making that file useful for customers
-
Migration of a user that has a local user account ✅
-
Migration of a user on an MTP Org ✅
-
Migration of a user that fails a step after the "merge" step does not remove the local user account ✅. This shouldn't trigger because we are not failing any steps after the merge step at the moment but even if someone adds that now, I see that the migrated accounts is there, logging in shows the expected "completion" window and brings me into the new account.
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.
API key length changes appear to work.
Nice job!
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.
Thanks for the changes, just little things to help customers or us next time we look at something and ask why is this skipped. Thank you!
remove 40char api key validation
fix migrate button
changelog
Issues
What does this solve?
Is there anything particularly tricky?
How should this be tested?
Screenshots