Skip to content
Snippets Groups Projects
Mitchell Moore's avatar
Mitchell Moore authored
Modified basic flask app to populate username and password, pass it to ood and redirect to home page on password authentication

- Pruning of unnecessary files, and alteration form
- Update Readme and minor html tweaks
- Added code to pass username and name variables to ood.
- Added redirect to origin page after success
- Populate user and catch None error if form is submitted blank
- Updated return_url with placeholder value for stability.
- Update __init__.py
- Updated return_url with proper redirect value
4ea527c1

Project Setup

To clone this repo use the command:

git clone https://gitlab.rc.uab.edu/mmoo97/flask_user_reg.git

Prerequisites

pip install Flask

Starting the virtual machine for Flask

  • Change to the formWork directory
  • then start virtual machine:
source venv/bin/activate