-
Notifications
You must be signed in to change notification settings - Fork 5
Adding password reset functionality to address #141 #221
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
base: main
Are you sure you want to change the base?
Conversation
|
…ation and password confirmation
|
I've also added a scripts folder to make quick dev easier |
…tallation and DT_ENV variable
…ent management systems
|
You can ignore for now the question of admins changing other people's passwords, because we don't have admin users at all yet. Also, we just merged a couple of big PRs that change the backend API implementation a lot (though not the API itself). That is to say there will be a substantial merge conflict on |
|
I can sort out any merge conflicts, is there anything else currently being worked on which might be affected? Happy to take that into consideration. |
|
All the big PRs that restructured things have now been merged. There's currently one in the works that will enforce linting and formatting of Typescript and maybe of CSS (#103), but that probably won't cause significant conflicts. I'm currently working on documentation and @EdwinB12 is on Docker compose stuff for local deployment, which sounds conflict free. |
|
This makes a start on addressing #141. We are all now moving on to different projects and won't have time to finish this, but I'm leaving it open as a draft in case someone comes back and wants to finish the work. Note that there's a massive merge conflict coming up on the backend side. However, the frontend HTML template file is still current and useful. |
This is currently draft still and needs a lot of work