-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reset password works when signed in or not signed in
The race conditions and hanging tab (which was due to a strange bug if you use a <form> with out a submit in React). There are still some clean up items to do: 1) Create person when an admin, without requiring a password verification -- but in any case a password verification will still be required on the first login by the new staff person. 2) Escaping out of the creation/verification/reset process without completing all the steps 3) Staying signed in after a password reset This is still an ongoing development ... only bother merging for now, if you have merges you want to commit.
- Loading branch information
1 parent
926a692
commit c1a7f5a
Showing
3 changed files
with
25 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters