11-25
This commit is contained in:
21
_-Review/open-project.md
Normal file
21
_-Review/open-project.md
Normal file
@ -0,0 +1,21 @@
|
||||
---
|
||||
created: 2024-11-26T06:22:19.679Z
|
||||
type: note
|
||||
updated: 2024-11-26T06:36:01.614Z
|
||||
---
|
||||
|
||||
# Open-Project
|
||||
|
||||
- [faq](https://www.openproject.org/docs/installation-and-operations/operation/faq/)
|
||||
- [issues](https://github.com/opf/openproject-docker-compose/issues/101)
|
||||
- [docker-compose](https://www.openproject.org/docs/installation-and-operations/installation/docker-compose)
|
||||
- []()
|
||||
|
||||
```bash 1732602239395 = 638681990393950000 = Mon Nov 25 2024 23:23:58 GMT-0700 (Mountain Standard Time)
|
||||
docker exec -it openproject-db-1 psql -U postgres -d openproject
|
||||
psql -U postgres -d openproject
|
||||
SELECT id, login, admin, status FROM users WHERE login = 'mikepharesjr@msn.com';
|
||||
UPDATE users SET admin = true WHERE login = 'mikepharesjr@msn.com';
|
||||
UPDATE users SET status = 1 WHERE login = 'mikepharesjr@msn.com';
|
||||
\q
|
||||
```
|
Reference in New Issue
Block a user