Flask-Security is a Flask extension which adds basic security and authentication features to your Flask apps quickly and easily. It additionally bootstraps your application with various views for handling its configured features to get you up and running as quick as possible.
Questions tagged [flask-security]
319 questions
-1
votes
1 answer
Python Flask wt forms ventilator check if password is matching database
I am trying to create a from where before updating records the user must type in their password for validation.
I was thinking of useing something like this.
class AccountSettingsForm(Form):
password_proof=…

David Gonzalez
- 135
- 3
- 14
-2
votes
1 answer
reset the password in flask-python
I'm new to Python-Flask. My problem is I'm not sure how to reset the password. Can anyone give the sample code or suggest an idea.
Here is orm.py
class Enduser(Base):
__tablename__='enduser'
name=Column(String(50))
…

Falcon bliss
- 71
- 2
- 11
-2
votes
1 answer
One login using flask
I have a flask app with a login page and connected to MySql. I usually run it on my localhost using chrome. My login's works fine. Now what i want is if i login into my app on a chrome it works fine simultaneously when i opened my app in another…

Ashok
- 35
- 1
- 8