...
- SSH to login.terena.org
- Connect to db: sudo -u postgres psql
- (Optional): "\l" lists all databases
- Connect to account_linker_dev1: "\connect account_linker_dev1;"
- (Optional): "\d" describes the database (account_linker_dev1)
- run this query: select * from vw_attributes_new where user_id=1398; ### this is the user_id we receive by email when a user requests access
...