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

Updated checks for validate_name() in MemberForm() #1106

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Feb 3, 2023

  1. Updated checks for validate_name() in MemberForm()

    The database allows users to deactivate an account with a non-zero value, and create a new user with the same name, reactivating the previous user will allow two users of the same name. This change assures that new user names can not be the same as deactivated users with associated bills (Users that are not deleted from deactivation).
    mzhongqi authored and Baptiste Jonglez committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    707ba18 View commit details
    Browse the repository at this point in the history
  2. Update budget_test.py

    Added 2 tests checking for validate_name() in MemberForm()
    mzhongqi authored and Baptiste Jonglez committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    43807fb View commit details
    Browse the repository at this point in the history
  3. Remove unused test

    Baptiste Jonglez committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    f5000d4 View commit details
    Browse the repository at this point in the history