franklindyer / agora-app

Simple and (hopefully) secure social media application. Also a project for spring 2024 CS 444 cybersecurity class at UNM.
4 stars 1 forks source link

Add password confirmation field #123

Closed altheaden closed 6 months ago

altheaden commented 6 months ago

This adds a field to creating a new account that allows for password confirmation. It also adds infrastructure that can be used to make other fields confirmation fields (like email, for instance), but the only confirmation field at the moment is the password field during account creation.

closes #117