Skip to content
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

Frontend AND Backend: Login and Sign Up Page #32

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open

Commits on Mar 1, 2024

  1. Created frontend for sign up page

    New button appears at login page to sign-up. Sign up form is shown when clicked with validation schema as explained in code.
    typicaladrian committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    54143cf View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    1c0c7be View commit details
    Browse the repository at this point in the history
  2. add to installed apps

    mercuryhg8O committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    2a60f1d View commit details
    Browse the repository at this point in the history
  3. sign up submit function

    typicaladrian committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    c13c67c View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    ad7119e View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. .

    mercuryhg8O committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    9b3530d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57cd498 View commit details
    Browse the repository at this point in the history
  3. fix password validation

    mercuryhg8O committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    fdf21e8 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Registrations validation update

    Validation schema for user registration updated to require the new user's email to included in the database of whitelisted emails held in our Django backend.
    typicaladrian committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    c4e7beb View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. Configuration menu
    Copy the full SHA
    e3f60c4 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. add whitelisting commands

    mercuryhg8O committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    1b0a9c1 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    a1d1e9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b71230 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3beb8e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    333e05d View commit details
    Browse the repository at this point in the history