Flask-User-starter-app icon indicating copy to clipboard operation
Flask-User-starter-app copied to clipboard

Results 37 Flask-User-starter-app issues
Sort by recently updated
recently updated
newest added

There is a problem with the reset password.

Can someone else confirm? Not sure what the fix would be for this

File "/Users/Flask-User-starter-app-0.6/app/views/misc_views.py", line 40, in user_profile_page form = UserProfileForm(request.form, current_user) File "/usr/local/lib/python3.6/site-packages/wtforms/form.py", line 212, in __call__ return type.__call__(cls, *args, **kwargs) TypeError: __init__() takes from 1 to 2 positional arguments but...

i see you have gunicorn in the requirements.txt but i can't seem to able to run the application using gunicorn ? any help ?

I followed the installation instructions and all of the requirements install successfully. I'm using the newest version of virtualenvwrapper. When I visit localhost:5000 I get the following error: ``` File...

After submitting user login it displays the following error: ![screenshot_2017-03-07_17-59-11](https://cloud.githubusercontent.com/assets/11697505/23671373/e27d6a8c-0362-11e7-9219-a58ab19a24c5.png)

Table names and some property names in [0001c8ac1a69_initial_version.py](https://github.com/lingthio/Flask-User-starter-app/blob/master/migrations/versions/0001c8ac1a69_initial_version.py) do not match those in [models.py](https://github.com/lingthio/Flask-User-starter-app/blob/master/app/models.py). I guess migration file needs to be updated.

`Edit ~/dev/my_app/app/env_settings.py.` Should be: `Edit ~/dev/my_app/app/local_settings.py` There isn't an `env_settings.py` file in the project and the user was just asked to copy to `local_settings.py` Maybe the intended is to reference...

Still not able to start project, though I can see db created with admin and user sample db. But upon launching it is status code 500?