Please note that security bugs or issues should be reported to security@pgadmin.org.
Describe the bug
An issue with pgAdmin4 sessions
To Reproduce
Steps to reproduce the behavior:
- Install pgAdmin 4 (v6.21) using wheel package (considering all fresh pgAdmin setup)
- Create a user (test@test.com) and login
- Add new Servers (using import/export servers) and connect with the server
- Keep open the browser windows with the test@test.com user logged in
- Now uninstall pgAdmin and remove the DB file as well
- Now Install pgAdmin 4 v7.0
- Create a user (sample@test.com) and log in
- Add new Servers (using import/export servers)
- check the server which was connected with V6.21 is showing as connected even though we have not connected it with the latest installation.
Expected behavior
It should not use the older session with the new login
(Note: use fs_uniquifier from the User model to create a new session)
Desktop (please complete the following information):
- OS: OSX Ventura
- Version: Candidate build V7.0
- Mode: Server
- Browser (if running in server mode): chrome
- Package type: Python
Please note that security bugs or issues should be reported to security@pgadmin.org.
Describe the bug
An issue with pgAdmin4 sessions
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should not use the older session with the new login
(Note: use
fs_uniquifierfrom the User model to create a new session)Desktop (please complete the following information):