-
Notifications
You must be signed in to change notification settings - Fork 80
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
Create new form state for Enroll Account #55
Conversation
This reverts commit 650e958.
This looks great, I will need to test this out so it works as expected, could you confirm these are the steps one need to take to validate this works? Taken from email flows in the guide: Dependencies:
Also without |
That is my exact workflow I used to produce / test this. Probably would be good to test for accounts-password, but would be a very rare situation since Accounts.sendEnrollmentEmail is part of the accounts-password package, so a user would only get in that situation if an app had it installed, sent out links, then removed the package before the user clicked the link. |
Hey @timbrandin, |
I resolved the conflicts, should be ready to merge. |
I'm confused there's no changes in the files here, have I merged this already? |
Well, this is strange indeed. But the functionality is definitely not in the code base, yet.
after line 59. Maybe something got mangled, when resolving the conflicts @todda00? |
Well, I probably messed it up somehow. I went ahead and manually re-applied the changes to the code in my branch, @timbrandin should be good to merge now. |
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.
LGTM!
Enroll account now has its own form state to allow more control over form labels and buttons, prompting user to set a password instead of changing a password.
Note: Ignore the reset and enroll hooks commit and revert, this change is in a separate PR.