Bug 2223926 - Missing parameter in LoginForm in python3-flask-security-too
Summary: Missing parameter in LoginForm in python3-flask-security-too
Keywords:
Status: NEW
Alias: None
Product: Fedora
Classification: Fedora
Component: python3-flask
Version: 38
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Carl George 🤠
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2023-07-19 09:44 UTC by Jacek Pliszka
Modified: 2023-07-19 09:44 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: ---
Doc Text:
Clone Of:
Environment:
Last Closed:
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Jacek Pliszka 2023-07-19 09:44:32 UTC
PGadmin fails with error in here:


/usr/lib/python3.11/site-packages/flask_security/forms.py

class LoginForm validate method is missing extra_validators parameter


Reproducible: Always

Steps to Reproduce:
1. run pgadmin4
2. on login form fails with error
3.
Actual Results:  
Fails with error

Expected Results:  
Login proceeds

newer version of flask-security has it fixed:

https://github.com/Flask-Middleware/flask-security/blob/bf5a31f86d132a927ed26caa59426f9389119516/flask_security/forms.py#L518C33-L518C33


Note You need to log in before you can comment on or make changes to this bug.