You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please note that security bugs or issues should be reported to [email protected].
Describe the bug
I used kubernetes to set up pgadmin and entered it through Ingress. After setting up the user, I logged in using the user account, but I could not change the password.
A clear and concise description of what the bug is.
the log and screen will appear AttributeError: 'ChangePasswordForm' object has no attribute 'csrf_token'
To Reproduce
Steps to reproduce the behavior:
apiVersion: v1 kind: Secret metadata: name: pgadmin-secret labels: app: pgadmin version: latest type: Opaque data: PGADMIN_DEFAULT_EMAIL: cGdhZG1pbjRAcGdhZG1pbi5vcmc= # base64 encoded value of "[email protected]" PGADMIN_DEFAULT_PASSWORD: YWRtaW4= # base64 encoded value of "admin" PGADMIN_CONFIG_SERVER_MODE: VHJ1ZQ== # base64 encoded value of "True" PGADMIN_CONFIG_WTF_CSRF_CHECK_DEFAULT: RmFsc2U= PGADMIN_CONFIG_WTF_CSRF_ENABLED: RmFsc2U= PGADMIN_CONFIG_ALLOW_SAVE_PASSWORD: RmFsc2U= GUNICORN_ACCESS_LOGFILE: L2Rldi9udWxs
Expected behavior
Can Change Password
Error message
AttributeError: 'ChangePasswordForm' object has no attribute 'csrf_token'
If possible, include the full, unedited text of any error messages displayed.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: GKE Container OS (kubernetes) / Windows
Version: 8.14
Mode: Server
Browser: Chorme
Package type: Container
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
@ashyfox
Can you please try setting PGADMIN_CONFIG_ENHANCED_COOKIE_PROTECTION=False in environment variable? This needs to be set in dynamic ip hosting environment.
Please note that security bugs or issues should be reported to [email protected].
Describe the bug
I used kubernetes to set up pgadmin and entered it through Ingress. After setting up the user, I logged in using the user account, but I could not change the password.
A clear and concise description of what the bug is.
the log and screen will appear AttributeError: 'ChangePasswordForm' object has no attribute 'csrf_token'
To Reproduce
Steps to reproduce the behavior:
apiVersion: v1 kind: Secret metadata: name: pgadmin-secret labels: app: pgadmin version: latest type: Opaque data: PGADMIN_DEFAULT_EMAIL: cGdhZG1pbjRAcGdhZG1pbi5vcmc= # base64 encoded value of "[email protected]" PGADMIN_DEFAULT_PASSWORD: YWRtaW4= # base64 encoded value of "admin" PGADMIN_CONFIG_SERVER_MODE: VHJ1ZQ== # base64 encoded value of "True" PGADMIN_CONFIG_WTF_CSRF_CHECK_DEFAULT: RmFsc2U= PGADMIN_CONFIG_WTF_CSRF_ENABLED: RmFsc2U= PGADMIN_CONFIG_ALLOW_SAVE_PASSWORD: RmFsc2U= GUNICORN_ACCESS_LOGFILE: L2Rldi9udWxs
Expected behavior
Can Change Password
Error message
AttributeError: 'ChangePasswordForm' object has no attribute 'csrf_token'
If possible, include the full, unedited text of any error messages displayed.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: