Skip to content
Snippets Groups Projects
Mitchell Moore's avatar
Mitchell Moore authored
Add detection of account creation, remove overlay and clear text when response recieved by Signup. Remove Jinja references and form in __init__.py

- Fix error output
- Remove page return
- Remove Jinja references and form in __init__.py
- Get basic form data passed
- Clear text when response recieved
- Create directory and pass username variable
- Create refresh page function. Implement error handeling
- Add detection of account creation
- Remove overlay when creation succeeded
4c044deb

Project Setup

To clone this repo use the command:

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

Prerequisites

$ cd ~/your/repo/path/flask_user_reg
$ source venv/bin/activate
$ pip install -r requirements.txt
  • Note, to install flask in your own $HOME use pip install --user Flask.