diff --git a/controllers/web/user.py b/controllers/web/user.py index 24f577b..a872cab 100644 --- a/controllers/web/user.py +++ b/controllers/web/user.py @@ -55,7 +55,6 @@ def signup(): return redirect("/signup") database.create(Customer( - 0, request.form['username'], sha512(request.form['password'].encode()).hexdigest(), # Hashed as soon as it is recieved on the backend request.form['firstname'],