A user inactivated the administrator. How can I activate it again?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
Hi..
In Settings > Users > There is a Filters tab. in that there are 'Internal users' and 'Inactive users'. Mark Inactive users True and you can see administrator there. Make it active using the button at top right.
If you have another user with full access right , you can use it to activate the administrator user, by use advance search in user view by field active =False, if you not have this user with this access right you can use Postgres database and open res_users table , and in administrator record set active = True, or just you can run this query in postgres:
update res_users set active = True where login ='admin'
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up